Why can objects of classes that require an id
(where it isn't optional) be created without specifying an id
?
#117
Labels
T: question
Type: question
An example is Population, which derives from
Base
, which means it requires an id. However, I can still run:neither of them have ids---why is this? Should we be assigning them ids by default, or is something off in nml.py that is allowing this, or are we checking for ids later during validation?
The text was updated successfully, but these errors were encountered: