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
MOVES4 and MOVES5 both produce incorrect hotelling (specifically, APU and shorepower) estimations when running on Linux. We plan to fix this bug in upcoming patches to both versions of the model.
The text was updated successfully, but these errors were encountered:
… on Linux (#81)
The Go BaseRateCalculator reads input from flat files in the bundle. These flat files are always created with lowercase names. However, the go code was incorrectly trying to read the shorepoweremissionratefraction flat file using title case. This works on Windows, because file names are case insensitive on that platform. However, this fails on platforms where file names are case sensitive.
… on Linux (#81)
The Go BaseRateCalculator reads input from flat files in the bundle. These flat files are always created with lowercase names. However, the go code was incorrectly trying to read the shorepoweremissionratefraction flat file using title case. This works on Windows, because file names are case insensitive on that platform. However, this fails on platforms where file names are case sensitive.
MOVES4 and MOVES5 both produce incorrect hotelling (specifically, APU and shorepower) estimations when running on Linux. We plan to fix this bug in upcoming patches to both versions of the model.
The text was updated successfully, but these errors were encountered: