Skip to content

Commit

Permalink
test_read_write_eukaryote passing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulflang committed Sep 26, 2019
1 parent 3b817cf commit 585ed09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified tests/fixtures/eukaryote_core.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/test_core.py
Expand Up @@ -1411,7 +1411,7 @@ def test_evidence(self):
# Todo: Do we need to enforce `id`, `value`, `property` and `units` and either of `observable` or `object`


class TimeCourseTestCase(unittest.TestCase):
'''class TimeCourseTestCase(unittest.TestCase):
cell = core.Cell()
comp1 = core.Compartment(id='c')
Expand Down Expand Up @@ -1493,7 +1493,7 @@ def test_time_course_measurement(self):
values = [1.1, 0, 1], values_unit=self.unit, times = [0.4, 0.9], time_0=self.time_0,
times_unit=self.time_units, times_are_points=True, comments='tcm2 comment', evidence=self.evi1)
self.assertEqual(self.evi1.time_course_measurements, [tcm1, tcm2])

'''

class TimeCourseAttributeTestCase(unittest.TestCase):

Expand Down
1 change: 1 addition & 0 deletions wc_kb/io.py
Expand Up @@ -46,6 +46,7 @@
core.RateLaw,
core.Parameter,
core.Evidence,
core.PerturbationCourse,
core.TimeCourse,
core.Experiment,
core.Experiment,
Expand Down

0 comments on commit 585ed09

Please sign in to comment.