Skip to content

Commit

Permalink
updating paths to pass with linux os
Browse files Browse the repository at this point in the history
  • Loading branch information
ebalogun01 committed Dec 13, 2023
1 parent 7e816eb commit 95ee40d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_files/dev_tests/test_clock.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import unittest
import sys
sys.path.append('../..')
from charging_sim.clock import Clock
import json

Expand Down
2 changes: 2 additions & 0 deletions test_files/dev_tests/test_transformer_class.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import unittest
import sys
sys.path.append('../..')
from charging_sim.transformer import OilTypeTransformer as Transformer
from charging_sim.clock import Clock
import pandas as pd
Expand Down

0 comments on commit 95ee40d

Please sign in to comment.