You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an extra return statement that is erroring out in tools testing and marking a successful run as an error. Just removing it allows testing to PASS.
diff --git a/tools/mkprocdata_map/mkprocdata_map_wrap b/tools/mkprocdata_map/mkprocdata_map_wrap
index 1d951a8..4744b0e 100755
--- a/tools/mkprocdata_map/mkprocdata_map_wrap
+++ b/tools/mkprocdata_map/mkprocdata_map_wrap
@@ -248,4 +248,3 @@ EOF
fi
echo "Successfully regridded data"
-return 0
What is the CTSM version you are using (output of git describe)?: clm5.0.dev012
What is the machine you are running on:? cheyenne
The text was updated successfully, but these errors were encountered:
General Type of Issue: bug
Details of Issue:
There's an extra return statement that is erroring out in tools testing and marking a successful run as an error. Just removing it allows testing to PASS.
diff --git a/tools/mkprocdata_map/mkprocdata_map_wrap b/tools/mkprocdata_map/mkprocdata_map_wrap index 1d951a8..4744b0e 100755 --- a/tools/mkprocdata_map/mkprocdata_map_wrap +++ b/tools/mkprocdata_map/mkprocdata_map_wrap @@ -248,4 +248,3 @@ EOF fi
echo "Successfully regridded data"
-return 0
What is the CTSM version you are using (output of git describe)?: clm5.0.dev012
What is the machine you are running on:? cheyenne
The text was updated successfully, but these errors were encountered: