CanFlood
CanFlood copied to clipboard
test coverage
with the migration to pytest, we have some pretty big gaps in the test coverage. Especially the tutorials (currently, we only have tutorial 2a). I suppose we can just add these each time we revisit a section of the code... but this exposes us to code breaks on dependency upgrades.
action: add tests
also need to compare tests to some validation data where possible (to verify model consistency)