Skip to content

Commit

Permalink
Add all and eliminate left over initials
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 13, 2023
1 parent 4b22ee0 commit 83567c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mira/sources/askenet/flux_span.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""This module implements handling flux span model representations that
are the result of stratification and map back to original models
before stratification."""
__all__ = ['reproduce_ode_semantics']

import json
import sympy
from copy import deepcopy
Expand Down Expand Up @@ -103,6 +105,8 @@ def reproduce_ode_semantics(flux_span):
time=time,
annotations=deepcopy(tm.annotations))

new_tm.eliminate_unused_parameters()

return new_tm


Expand Down

0 comments on commit 83567c4

Please sign in to comment.