-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels