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
Found a few minor issues in the code. Consider the use of a linter to automatically detect some of these.
dates
new_collection
open
id
callable
== None
is None
The text was updated successfully, but these errors were encountered:
Thanks @akadlof, updated these to be a checklist.
@sray can you please help address these?
Sorry, something went wrong.
sray014
No branches or pull requests
Found a few minor issues in the code. Consider the use of a linter to automatically detect some of these.
dates
variable innew_collection
function in storm_catalog.py can technically be used before assignment which would result in a crashopen
without specifying encodingid
andcallable
(storm_catalog.py line 204, transpose.py line 238)== None
instead ofis None
The text was updated successfully, but these errors were encountered: