Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Mar 25, 2022
1 parent f39a945 commit 312998f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_pysb.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_compare_to_sbml_import(pysb_example_presimulation_module,
skip_attrs = ['ptr', 'preeq_t', 'numsteps', 'preeq_numsteps',
'numrhsevals', 'numerrtestfails', 'order', 'J', 'xdot',
'preeq_wrms', 'preeq_cpu_time', 'cpu_time',
'cpu_timeB', 'w']
'cpu_timeB', 'cpu_time_total', 'w']

for field in rdata_pysb:
if field in skip_attrs:
Expand Down

0 comments on commit 312998f

Please sign in to comment.