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
Currently, the file paths inside sample_parameter_config.cfg are relative to the osprey root directory. This makes it so that running the test only succeeds if run from this root directory. In order to allow it so that the test can be run from anywhere, a temporary config file should be written at run time to contain the absolute paths using os.path.abspath and resource_filename and to be passed into wps_parameters.
The text was updated successfully, but these errors were encountered:
Currently, the file paths inside
sample_parameter_config.cfg
are relative to theosprey
root directory. This makes it so that running the test only succeeds if run from this root directory. In order to allow it so that the test can be run from anywhere, a temporary config file should be written at run time to contain the absolute paths usingos.path.abspath
andresource_filename
and to be passed intowps_parameters
.The text was updated successfully, but these errors were encountered: