Skip to content

Commit

Permalink
Fixed test_strain_design_deterministic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Jensen committed Oct 22, 2015
1 parent 960c316 commit f070005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_strain_design_deterministic.py
Expand Up @@ -29,8 +29,7 @@

TRAVIS = os.getenv('TRAVIS', False)
TESTDIR = os.path.dirname(__file__)
#ECOLICORE = load_model(os.path.join(TESTDIR, 'data/EcoliCore.xml'))
ECOLICORE = load_model("e_coli_core")
ECOLICORE = load_model(os.path.join(TESTDIR, 'data/EcoliCore.xml'))

def assert_dataframes_equal(df, expected):
try:
Expand Down

0 comments on commit f070005

Please sign in to comment.