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 batchInputSplitter contains a very small float, the transformer appears to parse it out and replace it with the scientific notation equivalent. This causes the batchOutput.split(batchInputSplitter) call return a single-length array, causing a false syntax error.
🛠️ To reproduce
N/a
🌈 Expected behaviour
N/a
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered:
🐛 The bug
I added a patch to write some variables to a file on a failure and ended up with this.
When
batchInputSplitter
contains a very small float, the transformer appears to parse it out and replace it with the scientific notation equivalent. This causes thebatchOutput.split(batchInputSplitter)
call return a single-length array, causing a false syntax error.🛠️ To reproduce
N/a
🌈 Expected behaviour
N/a
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: