Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Mar 31, 2023
1 parent 55d08e4 commit a1c929e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions econpizza/parser/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ def check_if_defined(evars, eqns, decisions, skipped_vars):
]
v_in_calls = v in calls.replace(
v + "SS", "").replace(v + "Lag", "").replace(v + "Prime", "")
print(v)
print(calls.replace(v + "SS", "").replace(v +
"Lag", "").replace(v + "Prime", ""))

if not any(v_in_eqns) and not v_in_calls and not v in skipped_vars:
raise Exception(f"Variable `{v}` is not defined for time t.")
return
Expand Down

0 comments on commit a1c929e

Please sign in to comment.