Updated the filter endpoint to not allow for the output sampling period to be...
Updated the filter endpoint to not allow for the output sampling period to be none. If it is left empty an error code wil prompt you to provide an appropriate sampling period. This involved adding some logic to a few of the test and a couple logger warming that would skip trying to determine wehter the number of smaple reqeusted ignores the sample request limit.
parent
f8103bfc
No related branches found
No related tags found
Showing
- geomagio/api/ws/DataApiQuery.py 23 additions, 9 deletionsgeomagio/api/ws/DataApiQuery.py
- geomagio/api/ws/FilterApiQuery.py 24 additions, 8 deletionsgeomagio/api/ws/FilterApiQuery.py
- geomagio/api/ws/algorithms.py 0 additions, 1 deletiongeomagio/api/ws/algorithms.py
- geomagio/api/ws/data.py 1 addition, 1 deletiongeomagio/api/ws/data.py
- geomagio/api/ws/filter.py 13 additions, 9 deletionsgeomagio/api/ws/filter.py
- poetry.lock 136 additions, 154 deletionspoetry.lock
- pytest.ini 6 additions, 0 deletionspytest.ini
- test/DataApiQuery_test.py 4 additions, 4 deletionstest/DataApiQuery_test.py
- test/FilterApiQuery_test.py 12 additions, 2 deletionstest/FilterApiQuery_test.py
- test/api_test/ws_test/filter_test.py 1 addition, 1 deletiontest/api_test/ws_test/filter_test.py
Loading
Please register or sign in to comment