Skip to content

Commit

Permalink
blah blah
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Feb 6, 2024
1 parent cc7982a commit 23c9af4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sharkfin/tests/test_population.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,8 @@ def test_random_seeds():
pop.agent_database["agents"].map(lambda a: a.history["mNrm"][100][0]).std()
> 0.00000001
)

assert (
pop.agent_database["agents"].map(lambda a: a.history["pLvl"][100][0]).std()
> 0.00000001
)

0 comments on commit 23c9af4

Please sign in to comment.