We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue showed up with cruise IDs
The text was updated successfully, but these errors were encountered:
This bug currently affects a limited set of endpoints and workflow steps:
Unless there are issues with mixed-case inputs to these workflows, these need to be changed to self.cruise = cruise.lower()
self.cruise = cruise.lower()
Sorry, something went wrong.
Some examples of endpoints that don't work: https://nes-lter-data.whoi.edu/api/underway/AR31A.csv, https://nes-lter-data.whoi.edu/api/underway/EN617.csv, https://nes-lter-data.whoi.edu/api/underway/EN655.csv, in contrast to having the cruise names in lowercase (which works).
joefutrelle
No branches or pull requests
This issue showed up with cruise IDs
The text was updated successfully, but these errors were encountered: