Skip to content

Commit

Permalink
Remove unused code (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath authored Mar 9, 2021
1 parent eceeb07 commit 91a2209
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/amici/sbml_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,6 @@ def _process_sbml(self, constant_parameters: List[str] = None) -> None:
:param constant_parameters:
SBML Ids identifying constant parameters
"""

if constant_parameters is None:
constant_parameters = []

self.check_support()
self._gather_locals()
self._process_parameters(constant_parameters)
Expand Down

0 comments on commit 91a2209

Please sign in to comment.