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 functions has undefined variables, indicated by flint:
./TopoPyScale/topo_da.py:1150:28: F821 undefined name 'x2' py, px = dataset.index(x2, y2) ^ ./TopoPyScale/topo_da.py:1150:32: F821 undefined name 'y2' py, px = dataset.index(x2, y2) ^ ./TopoPyScale/topo_export.py:568:72: F821 undefined name 'csv' df.to_csv(foutput, index=False, header=False, sep=',', quoting=csv.QUOTE_NONE)
Therefore I comment out this function until fixed
The text was updated successfully, but these errors were encountered:
corrected undefined variables detected by flake8 package. Two issue o…
312e085
…pen: #77 and #76. [trigger test]
joelfiddes
No branches or pull requests
This functions has undefined variables, indicated by flint:
Therefore I comment out this function until fixed
The text was updated successfully, but these errors were encountered: