Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/units/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_parse_unexpected():
scaling = [
"3 rpm", # No leading digits
"16", # No values that are just integers
"16.2" # No values that are just floats
"16.2", # No values that are just floats
"g * 0/ m", # Zero scaling factor
"F * 1.1 3.5", # numeric syntax error
"F m 1.1", # scale follows unit
Expand Down
Loading