We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca0a5d commit 8460949Copy full SHA for 8460949
python/ctsm/test/test_sys_subset_data.py
@@ -12,7 +12,7 @@
12
import tempfile
13
import inspect
14
import xarray as xr
15
-from CIME.scripts.create_newcase import _main_func as create_newcase # pylint: disable=import-error
+from CIME.scripts.create_newcase import _main_func as create_newcase # pylint: disable=import-error
16
17
# -- add python/ctsm to path (needed if we want to run the test stand-alone)
18
_CTSM_PYTHON = os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir, os.pardir)
0 commit comments