Modify ↓
Opened 13 years ago
Closed 11 years ago
#179 closed defect (fixed)
save_to_json is not working correctly for expanded graphs
| Reported by: | Matthias Vogelgesang | Owned by: | Matthias Vogelgesang |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | ufo-core | Version: | |
| Keywords: | Cc: |
Description
When a graph is expanded, ufo_task_graph_save_to_json outputs null strings for each dynamically added node. This will lead to errors when running such a description. On the other hand, it is not portable to serialize the expanded graph because this might cause over- or under-utilization of devices where the graph is executed.
Attachments (0)
Change History (5)
comment:1 Changed 13 years ago by
| Component: | Application → ufo-core |
|---|
comment:2 Changed 13 years ago by
| Milestone: | ufo-core-0.3 → ufo-core-0.4 |
|---|---|
| Priority: | major → minor |
comment:3 Changed 12 years ago by
| Milestone: | ufo-core-0.4 → ufo-core-0.5 |
|---|
comment:5 Changed 11 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ufo/chrome/site/your_project_logo.png)
I'll postpone this for ufo-core 0.3.x or 0.4. The basics have been implemented and pushed to the copy-graph branch but there are some problems that need to be fixed before this can be merged into master.
The problem stated in the ticket is also less severe, if one does not save the graph structure after executing it but before.