You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are invalid parameter functions when (incomplete) user input is combined with defaults.
Example: User provides only size = "small" for car, see here:
In PR #192 static error messages were added that catch these errors. However, these will have to be changed if the factors in the csv file are changed. So for now it's good. If necessary find a more flexible solution in the future.
Description
There are invalid parameter functions when (incomplete) user input is combined with defaults.
Example: User provides only
size
= "small" for car, see here:co2calculator/tests/unit/test_parameters.py
Line 66 in 23e0d16
The text was updated successfully, but these errors were encountered: