Skip to content

Commit ff78eee

Browse files
author
Menlo Innovations - CAVA Project
committed
Harrison L3 - GSTU/EYEA - Remove unused files and fix precision issue in SWAPI test case
1 parent 29d1c00 commit ff78eee

5 files changed

Lines changed: 2 additions & 2 deletions
Binary file not shown.

tests/swapi/l3a/science/test_calculate_proton_solar_wind_temperature_and_density.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ def test_throws_error_when_chi_squared_over_ten(self):
292292
coincident_count_rates, energy, 1)
293293

294294
self.assertAlmostEqual(77665.54856, proton_solar_wind_temp_and_density.temperature.nominal_value,
295-
5)
296-
self.assertAlmostEqual(3676.14173, proton_solar_wind_temp_and_density.temperature.std_dev, 5)
295+
4)
296+
self.assertAlmostEqual(3676.14173, proton_solar_wind_temp_and_density.temperature.std_dev, 3)
297297
self.assertAlmostEqual(0.03594, proton_solar_wind_temp_and_density.density.nominal_value,
298298
5)
299299
self.assertAlmostEqual(0.0006567, proton_solar_wind_temp_and_density.density.std_dev, 7)
Binary file not shown.

0 commit comments

Comments
 (0)