deprecated-oc-catalog/docs/identified_problems.md

5 lines
428 B
Markdown
Raw Normal View History

2024-03-18 11:25:59 +01:00
# Code
- [ ] In most of the components from 'models/' we have a method to add input and output to the model, however this linking of components is already done in oc-schedule when parsing the MxGraph. We need to determine if adding relations between components inside the objects themself is necessary.
- When running in debug mode with a breakpoint inside the first line of computing.addLink it is only called once
- [ ]