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
Hi Team
If running from source in Python/Linux, aemo_raw_cache files are downloaded with an upper case .CSV extension, but are searched with a lower case extension, see
As a result the pull down list of wholesale years shows "None" only. Editing the code and rebooting the flask app fixes the issue. If the nemosis module will always save files with the same case, then editing this line ought to be enough.
A very minor issue and only for silly old case sensitive filesystems.
The text was updated successfully, but these errors were encountered:
Hi Team
If running from source in Python/Linux,
aemo_raw_cache
files are downloaded with an upper case.CSV
extension, but are searched with a lower case extension, seeTDA_Python/tda.py
Line 515 in 5fcaa6d
As a result the pull down list of wholesale years shows "None" only. Editing the code and rebooting the flask app fixes the issue. If the nemosis module will always save files with the same case, then editing this line ought to be enough.
A very minor issue and only for silly old case sensitive filesystems.
The text was updated successfully, but these errors were encountered: