Closed phackstock closed 2 months ago
This:
https://github.com/iiasa/pysquirrel/blob/5d8005389d78f42a65863c3b175f879684d58643/src/pysquirrel/core.py#L175
is not a type error but rather a ValueError in my opinion. TypeError would be if the wrong data type is given, this is when the input is missing.
ValueError
TypeError
This:
https://github.com/iiasa/pysquirrel/blob/5d8005389d78f42a65863c3b175f879684d58643/src/pysquirrel/core.py#L175
is not a type error but rather a
ValueError
in my opinion.TypeError
would be if the wrong data type is given, this is when the input is missing.