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
python/calculate_all_dsra_jenks.py in this repo fails flake8 test with:
./python/calculate_all_dsra_jenks.py:44:241: E999 SyntaxError: unexpected EOF while parsing
There is another copy at OpenDRR/model-factory as script/calculate_all_dsra_jenks.py with different content.
I suspect that this Python script has been superseded by another. If it is no longer used, perhaps it is good to move calculate_all_dsra_jenks.py and other outdated/unused scripts into an "attic" directory (or maybe delete them).
Low priority, code clean-up, putting in the backlog.
The text was updated successfully, but these errors were encountered:
python/calculate_all_dsra_jenks.py in this repo fails flake8 test with:
There is another copy at OpenDRR/model-factory as script/calculate_all_dsra_jenks.py with different content.
I suspect that this Python script has been superseded by another. If it is no longer used, perhaps it is good to move calculate_all_dsra_jenks.py and other outdated/unused scripts into an "attic" directory (or maybe delete them).
Low priority, code clean-up, putting in the backlog.
The text was updated successfully, but these errors were encountered: