Skip to content

Commit

Permalink
Fixing path to root of repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Dec 5, 2024
1 parent 2f9b484 commit ff36e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/python/test_atm_in_paramgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#Add directory to python path:
_TEST_DIR = os.path.abspath(os.path.dirname(__file__))
_CAM_ROOT_DIR = os.path.join(_TEST_DIR, os.pardir, os.pardir)
_CAM_ROOT_DIR = os.path.join(_TEST_DIR, os.pardir, os.pardir, os.pardir)
_CIME_CONF_DIR = os.path.abspath(os.path.join(_CAM_ROOT_DIR, "cime_config"))

_SAMPLES_DIR = os.path.join(os.path.join(_TEST_DIR, "sample_files"), "atm_in_files")
Expand Down

0 comments on commit ff36e21

Please sign in to comment.