Skip to content

Commit

Permalink
update biogenic refinery testing results with biosteam update
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 24, 2023
1 parent 42f34b4 commit 9e1ca0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_biogenic_refinery.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_biogenic_refinery():

modelA2 = br.create_model('A')
dfA2 = modelA2.metrics_at_baseline()
valuesA2 = [37.58, 64.69, 67.36, 10.41, 28.57, -0.02701, 10.21, -0.3066]
valuesA2 = [37.58, 64.69, 67.36, 10.41, 28.3, -0.02703, 10.11, -0.3066]
assert_allclose(dfA2.values, valuesA2, rtol=rtol)

modelB2 = br.create_model('B')
Expand Down

0 comments on commit 9e1ca0f

Please sign in to comment.