We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output file with error is not saved if manifest structure is invalid.
If manifest structure is invalid, output file should be saved and the validation error should be present in the execution.error.
Error is shown in console, no output file is saved.
name: basic description: a minimal manifest executing a single plugin on a single component for a single timestep tags: initialize: outputs: ['yaml'] plugins: teads-curve: path: '@grnsft/if-unofficial-plugins' # method: TeadsCurve global-config: interpolation: spline tree: children: child-0: defaults: cpu/thermal-design-power: 100 pipeline: - teads-curve inputs: - timestamp: 2023-07-06T00:00 duration: 1 cpu/utilization: 70 - timestamp: 2023-07-06T00:01 duration: 1 cpu/utilization: 80 - timestamp: 2023-07-06T00:02 duration: 1 cpu/utilization: 20
Command:
npm run ie -- --manifest manifests/examples/basic.yml --output manifests/outputs/basic
macos, node 18
The text was updated successfully, but these errors were encountered:
Will be fixed by #592
Sorry, something went wrong.
fixed by #691
narekhovhannisyan
No branches or pull requests
Description of the Error
Output file with error is not saved if manifest structure is invalid.
Expected Behaviour
If manifest structure is invalid, output file should be saved and the validation error should be present in the execution.error.
Actual Behaviour
Error is shown in console, no output file is saved.
Steps to Reproduce
Link to online environment
Manifest File That Generated the Error
Command:
Links to Any Additional Code
Runtime Info
macos, node 18
The text was updated successfully, but these errors were encountered: