Closed mdpiper closed 6 years ago
On line 176 of launcher.py, in the QsubLauncher _extra_args class attribute, the URL of the WMT server associated with the executor is hardcoded to
_extra_args
https://csdms.colorado.edu/wmt/api-testing
It should instead be passed as an argument.
This also holds for the BashLauncher on line 207.
On line 176 of launcher.py, in the QsubLauncher
_extra_args
class attribute, the URL of the WMT server associated with the executor is hardcoded toIt should instead be passed as an argument.