Budget tests
Compare changes
- Kevin Kuns authored
+ 75
− 0
@@ -5,6 +5,8 @@ import gwinc
@@ -47,6 +49,79 @@ def test_sub_budgets(ifo, tpath_join):
Add a unit test to check that budget.run()
, budget.calc_noise(noise_source)
, and budget[noise_source].calc_trace()
work correctly. Some dev branches are/would fail this test.
A typo in the readme describing how this works was also fixed.