Skip to content

Commit

Permalink
Adding debugging info.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Mar 31, 2022
1 parent 2e583e2 commit 5809a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/HourlyObjectOrientedTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import pandas as pd
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))) #Plugins (including TEAL)
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))) #RAVEN
print(sys.path)
from TEAL import CashFlows
from TEAL import CashFlow as RunCashFlow

Expand Down

0 comments on commit 5809a77

Please sign in to comment.