Closed maxitg closed 4 years ago
"EventsStatesPlotsList" fails if empty set appears as an evolution state. This both occurs for the output empty state and the input empty state:
"EventsStatesPlotsList"
In[] := WolframModel[{{1, 2}} -> {}, {{1, 2}}, \[Infinity], "EventsStatesPlotsList"]
In[] := WolframModel[{} -> {{1, 2}}, {}, <| "MaxEvents" -> 1|>, "EventsStatesPlotsList"]
Expected behavior The output images (one of which is empty) should still be produced. No internal error messages should be generated.
Version (please complete the following information):
Actually, the weed is at a lower level. WolframModelPlot treats {} as a list of zero graphs when parsing styles (but not when displaying the output) instead of a single empty hypergraph.
WolframModelPlot
{}
"EventsStatesPlotsList"
fails if empty set appears as an evolution state. This both occurs for the output empty state and the input empty state:Expected behavior The output images (one of which is empty) should still be produced. No internal error messages should be generated.
Version (please complete the following information):