Skip to content

Commit

Permalink
fix: now _plain_tokenizer is plain_tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Feb 15, 2025
1 parent b326660 commit f05be7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pint/testsuite/benchmarks/test_01_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import pytest

from pint.pint_eval import _plain_tokenizer as plain_tokenizer
from pint.pint_eval import uncertainty_tokenizer
from pint.pint_eval import plain_tokenizer, uncertainty_tokenizer

VALUES = [
"1",
Expand Down
3 changes: 1 addition & 2 deletions pint/testsuite/test_pint_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import pytest

from pint.pint_eval import _plain_tokenizer as plain_tokenizer
from pint.pint_eval import build_eval_tree, uncertainty_tokenizer
from pint.pint_eval import build_eval_tree, plain_tokenizer, uncertainty_tokenizer
from pint.util import string_preprocessor

TOKENIZERS = (plain_tokenizer, uncertainty_tokenizer)
Expand Down

0 comments on commit f05be7d

Please sign in to comment.