Skip to content

Commit

Permalink
Feeling ruff today
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Aug 19, 2024
1 parent 7511efe commit 40931af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HARK/ConsumptionSaving/tests/test_ConsMarkovModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ def main_test(self):
self.assertAlmostEqual(
Markov_vFuncBool_example.solution[0].vFunc[1](0.4), -4.12794
)



if __name__ == "__main__":
# Run all the tests
unittest.main()
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def test_simulation(self):
self.tct.history["aLvl"][15][0],
)


if __name__ == "__main__":
# Run all the tests
unittest.main()

0 comments on commit 40931af

Please sign in to comment.