Skip to content

Commit

Permalink
load required functions for state into om
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgholzer authored and Burgholzer committed May 7, 2024
1 parent c882806 commit 8e61c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HSP2/om.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from numpy import zeros, int32
from numba import int8, float32, njit, types, typed # import the types
import random # this is only used for a demo so may be deprecated
from HSP2.state import *
from HSP2.state import append_state, get_ix_path


def get_exec_order(model_exec_list, var_ix):
Expand Down
3 changes: 1 addition & 2 deletions HSP2/om_special_action.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""
The class SpecialAction is used to support original HSPF ACTIONS.
"""
from HSP2.state import *
from HSP2.om import *
from HSP2.om import is_float_digit
from HSP2.om_model_object import ModelObject
from numba import njit
class SpecialAction(ModelObject):
Expand Down

0 comments on commit 8e61c34

Please sign in to comment.