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
https://dandiarchive.org/server-info currently returns a JSON object in which the "version" field has a value of "0+unknown". This causes a test failure in the dandi-cli code, as it has a test that depends on that field being greater than "1.2.0".
The text was updated successfully, but these errors were encountered:
https://dandiarchive.org/server-info currently returns a JSON object in which the "version" field has a value of "0+unknown". This causes a test failure in the dandi-cli code, as it has a test that depends on that field being greater than "1.2.0".
There will be a follow-up PR soon to address this, but the CLI test will need to change, since we'll be using the API version based on the latest release, instead of the hardcoded version 1.2.0.
https://dandiarchive.org/server-info
currently returns a JSON object in which the"version"
field has a value of"0+unknown"
. This causes a test failure in the dandi-cli code, as it has a test that depends on that field being greater than "1.2.0".The text was updated successfully, but these errors were encountered: