Skip to content

Commit

Permalink
update test worker
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 14, 2024
1 parent cd7c02a commit 782bcf7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions worker/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ def test_generate_time_course_data():

def test_sbml_comparison():
worker = VerificationWorker({'job_id': 'verification-test'})
result = worker._run_comparison_from_sbml(sbml_fp=TEST_SBML_FP, start=0, dur=1000, steps=5, simulators=['copasi', 'pysces', 'tellurium'])
print(f'The worker result:\n{result}')
return result
# result = worker._run_comparison_from_sbml(sbml_fp=TEST_SBML_FP, start=0, dur=1000, steps=5, simulators=['copasi', 'pysces', 'tellurium'])
# print(f'The worker result:\n{result}')
# return result
print(f'The worker got job id: {worker.job_id}')


TEST_COMPARISON_RESULT = test_sbml_comparison()
# TEST_COMPARISON_RESULT = test_sbml_comparison()



Expand Down

0 comments on commit 782bcf7

Please sign in to comment.