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
error: An unknown error occurred: AssertionError [ERR_ASSERTION]: No execution result found for composite block DecimalParser
at AbstractBlockExecutor.doExecute (file:///home/jonas/.local/share/npm/lib/node_modules/@jvalue/jayvee-interpreter/main.js:12476:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async AbstractBlockExecutor.execute (file:///home/jonas/.local/share/npm/lib/node_modules/@jvalue/jayvee-interpreter/main.js:11154:29)
at async executeBlock (file:///home/jonas/.local/share/npm/lib/node_modules/@jvalue/jayvee-interpreter/main.js:11979:14)
at async executeBlocks (file:///home/jonas/.local/share/npm/lib/node_modules/@jvalue/jayvee-interpreter/main.js:11952:29)
at async runPipeline (file:///home/jonas/.local/share/npm/lib/node_modules/@jvalue/jayvee-interpreter/main.js:14557:27)
at async Promise.all (index 0)
at async interpretJayveeModel (file:///home/jonas/.local/share/npm/lib/node_modules/@jvalue/jayvee-interpreter/main.js:14525:21)
at async interpretModel (file:///home/jonas/.local/share/npm/lib/node_modules/@jvalue/jayvee-interpreter/main.js:14484:34)
at async Command.runAction (file:///home/jonas/.local/share/npm/lib/node_modules/@jvalue/jayvee-interpreter/main.js:14618:20)
$In /home/jonas/Code/uni/mwe2/model.jv:25:8
25 | block ToDecimals oftype DecimalParser {
| ^^^^^^^^^^
This error does not occur if the composite blocktype is replaced with a regular TableTransformer inside the pipeline
The text was updated successfully, but these errors were encountered:
Steps to reproduce
run this model:
data.csv
:Description
This error does not occur if the composite blocktype is replaced with a regular TableTransformer inside the pipeline
The text was updated successfully, but these errors were encountered: