Skip to content

Commit

Permalink
PyIRoGlass v0.6.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Mar 26, 2024
1 parent 4b884b6 commit 3f57c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/test_concentration.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def test_concentration(self): # OL53
self.PH, self.MI_Composition, self.thickness, None
)
expected_H2O = 4.036918931617838
expected_CO2 = 735.058557154539
expected_CO2 = 735.3744776620634
self.assertAlmostEqual(
float(concentrations["H2Ot_MEAN"].iloc[0]),
expected_H2O,
Expand Down

0 comments on commit 3f57c64

Please sign in to comment.