Skip to content

Commit

Permalink
Add a TODO about more efficient runs
Browse files Browse the repository at this point in the history
  • Loading branch information
zmbc committed Nov 6, 2023
1 parent 76012b1 commit 776b052
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ Tests have been developed by the engineering team to cover most of the simulatio
though test coverage is not complete.
Notably, none of the observers currently have integration tests.

.. todo::
Due to technical limitations in the :code:`pytest` tool, integration tests currently must select a simulation
"size" (population, draws, time span), run it completely, and then check the results.
It would likely lead to a much quicker iteration cycle if we ran a small simulation, checked the results,
then added more population/draws/time and checked the results again, etc, similar to how we expand runs with
:code:`psimulate`.
This way, egregious bugs could be caught very quickly.

Fuzzy checking
--------------

Expand Down

0 comments on commit 776b052

Please # to comment.