Skip to content

Commit

Permalink
test another path
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenMeinecke committed May 8, 2024
1 parent b900941 commit 20e6032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimBench_EHV_HV_excerpt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from pathlib import Path

# --- define paths applied in the repo
sb_excerpt_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
sb_excerpt_dir = os.path.dirname(os.path.realpath(__file__))
home = str(Path.home())
data_path = os.path.join(sb_excerpt_dir, "data")
profiles_file = os.path.join(data_path, "profiles.h5")
profiles_file = os.path.join(os.path.dirname(data_path), "data", "profiles.h5")

# --- import functionality
import SimBench_EHV_HV_excerpt.toolbox
Expand Down

0 comments on commit 20e6032

Please # to comment.