+-------------------+---------------+---------------+---------------+
| | InterfModel=0 | InterfModel=1 | InterfModel=2 |
+-------------------+---------------+---------------+---------------+
| InterferenceTest1 | 335.5 | 24 | 199 |
| InterferenceTest2 | 332.5 | 23 | 24.5 |
+-------------------+---------------+---------------+---------------+
CastaliaPlot: ERROR unable to plot this table or bad input syntax at
Application:Packets received per node
--
You received this message because you are subscribed to the Google Groups "Castalia Simulator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to castalia-simulator+unsub...@googlegroups.com.
To post to this group, send email to castalia-simulator@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/castalia-simulator/66e8458d-e35f-4647-a55a-4fee3b8c867c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
CastaliaPlot: ERROR unable to plot this table or bad .....:
----------------------------------------------------------
- I already had this error, it's caused when CastaliaResults python script return many array instead of one, and then CastaliaPlot can't plot its. To resolve that I've just managed with '-f' regex command of CastaliaResults to select the good table.
- Find attached my simulation script so you will see how I figured out this error.