-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Describe the bug
Noticed that x operator in area dimension is parsed as a unit. Is there a way to exclude certain characters from being parsed as units.
To Reproduce
Steps to reproduce the behavior:
import quantulum3
from quantumlum3 import parser
quants = parser.parse('18 1/4 x 4 1/4 Floor Edge')
quants[0].surface
Expected behavior
'18 1/4'
** Actual behavior**
'18 1/4 x'
Screenshots
If applicable, add screenshots to help explain your problem.
Additional information:
- Python Version: [3.8]
- Classifier activated/ sklearn installed: [yes?]
- OS: [Linus]
- Version [20.0.4]
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels