Skip to content

Commit

Permalink
Added create_extra_function_parameters to MockProject
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hiitola committed May 14, 2024
1 parent d022b4c commit f6e020d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Scripts/assignment/emme_bindings/mock_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ def matrix_results(self, *args, **kwargs):
def network_results(self, *args, **kwargs):
pass

def create_extra_function_parameters(self, *args, **kwargs):
pass


Modeller = namedtuple("Modeller", "emmebank")

Expand Down

0 comments on commit f6e020d

Please sign in to comment.