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
Fix check_datasets_active and corresponding unit test (#642)
* Now use different did for active, as d/1 is deactivated. Test against production server as test server does not have deactivated datasets.
* Fix that reflects dataset_list has integer keys (and can not be indexed). Fix retrieving all datasets instead of only active ones. Add documentation.
* Refactored to have a single use of 'active' and forgo many excessive checks on datasets that were not asked for.
* Remove spaces from empty like (flake error).
* Removed unused import.
* PEP8
0 commit comments