Skip to content

Commit

Permalink
Fix testinput path
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Jan 11, 2024
1 parent 14aebca commit 69c5866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ctsm/test/test_sys_mesh_modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ def setUp(self):
self._cfg_template_path = os.path.join(
path_to_ctsm_root(), "tools/modify_input_files/modify_mesh_template.cfg"
)
testinputs_path = os.path.join(path_to_ctsm_root(), "python/ctsm/test/testinputs")
self.testinputs_path = os.path.join(path_to_ctsm_root(), "python/ctsm/test/testinputs")
fsurdat_in = os.path.join(
testinputs_path,
self.testinputs_path,
"surfdata_5x5_amazon_hist_16pfts_CMIP6_2000_c231031.nc",
)
self._tempdir = tempfile.mkdtemp()
Expand Down

0 comments on commit 69c5866

Please sign in to comment.