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
Up until and including the commit 4620095, the szczur environment appeared to be working correctly; however, as of the merge commit 6f55178, running, e.g., the sleep5 test results in the following error:
ERROR: The attribute 'value' was given, but 'ENV_NAME' was not given
ERROR: for the library: 'p-netcdf'. Please specify ENV_NAME to assign
ERROR: a value to.
The text was updated successfully, but these errors were encountered:
Shoot, I realized I changed the way environment variables are specified (again) and didn't update the error statement. Sorry about that, and thanks for pointing that out. The new method for specifying an environment variable is:
name: USE_PIO2
value: true
Where name is the environment variable name, and value is the value that will be assigned to name. Thanks for your patients with this!
Today @mer-a-o expressed interest in using (or at least trying) SMARTS2 to be used with some of her testing. As well, since @davegill has also expressed interest in using SMARTS2, and with this issue, I think now would be a good time to create some simple and clear user documents and clean up any inconsistencies, like this one.
Up until and including the commit 4620095, the
szczur
environment appeared to be working correctly; however, as of the merge commit 6f55178, running, e.g., thesleep5
test results in the following error:The text was updated successfully, but these errors were encountered: