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
When a cell value filename is used in a model definition (initialCellsValue clause), it is automatically lowercased before attepting to read it. This may lead to errors if the filename has at least an uppercase letter (see e.g. issue #2).
Until this is fixed, the suggested workaround is to use lowercase cell value filenames.
The text was updated successfully, but these errors were encountered:
When a cell value filename is used in a model definition (
initialCellsValue
clause), it is automatically lowercased before attepting to read it. This may lead to errors if the filename has at least an uppercase letter (see e.g. issue #2).Until this is fixed, the suggested workaround is to use lowercase cell value filenames.
The text was updated successfully, but these errors were encountered: