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
Describe the bug
The input for the wps_parser takes a logical condition. If passed a condition with a "=" (==, <=, >=) in it, the test fails. Any other condition passes the test. When using the process (for example in the wps_parser_demo.ipyn) the process completes as expected with a "=" symbol in the condition.
To Reproduce
Steps to reproduce the behavior:
Go to tests/test_wps_parser.py
Replace the existing condition with a condition containing "<=" or ">=" etc.
Run the test
See failed test (400 server error)
Expected behavior test_wps_parser.py should pass the test with conditions containing "="
The text was updated successfully, but these errors were encountered:
Describe the bug
The input for the wps_parser takes a logical condition. If passed a condition with a "=" (==, <=, >=) in it, the test fails. Any other condition passes the test. When using the process (for example in the wps_parser_demo.ipyn) the process completes as expected with a "=" symbol in the condition.
To Reproduce
Steps to reproduce the behavior:
tests/test_wps_parser.py
Expected behavior
test_wps_parser.py
should pass the test with conditions containing "="The text was updated successfully, but these errors were encountered: