Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Jan 16, 2020
1 parent 47a19b7 commit ccbc244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosteam/tests/biorefinery_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ def test_lipidcane():
def test_cornstover():
from biorefineries.cornstover import system
MESP = system.cornstover_tea.solve_price(system.ethanol)
assert 0.70 < MESP < 0.74, ("MESP of the corn stover biorefinery changed significantly "
assert 0.70 < MESP < 0.76, ("MESP of the corn stover biorefinery changed significantly "
f"from 0.747 to {MESP} USD/kg")

0 comments on commit ccbc244

Please sign in to comment.