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
Upon running the make installation or running pytest, test_wps_parser and test_wps_resolve_rules will fail and should be fixed when possible. However, the associated notebook demos work properly. The first test yields the following error:
And each test_wps_resolve_rules test yields the following error:
Traceback (most recent call last):
File "/tmp/sandpiper-venv/lib/python3.8/site-packages/pywps/app/Process.py", line 250, in _run_process
self.handler(wps_request, wps_response) # the user must update the wps_response.
File "/home/eyvorchuk/Documents/sandpiper/sandpiper/processes/wps_resolve_rules.py", line 122, in _handler
connection_string = update_connection(connection_string)
File "/home/eyvorchuk/Documents/sandpiper/sandpiper/utils.py", line 31, in update_connection
raise ProcessError(
pywps.app.exceptions.ProcessError: No connection_string found. You must set the connection_string through the environment or as a parameter.
The text was updated successfully, but these errors were encountered:
Upon running the
make
installation or runningpytest
, test_wps_parser and test_wps_resolve_rules will fail and should be fixed when possible. However, the associated notebook demos work properly. The first test yields the following error:And each
test_wps_resolve_rules
test yields the following error:The text was updated successfully, but these errors were encountered: