wrowser does not show table probes

Bug #583803 reported by Daniel Bültmann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openWNS Wrowser
New
Undecided
Unassigned

Bug Description

If you execute fast-openws -f configITUInH.py

in
./openWNS--main--1.0/tests/system/OFDMAScanner-Tests--main--1.0/

there will be table probes written to the output directory if you change installDefaultProbes to installDebugProbes in the config file. These probes can be recognized by the .m suffix.

However, wrowser does not display them if you select Figure>New>Table

Revision history for this message
Daniel Bültmann (daniel.bueltmann) wrote :

Probably the fileNameSigs are not correct in Probe.py. Here is the respective snippet from my "private" wrowser

class TableProbe:
    fileNameSigs = ['_mean.m',
                    '_max.m',
                    '_min.m',
                    '_trials.m',
                    '_var.m',
                    ] # there are more than these, but these are the most commonly used ones.
    valueNames = ["minimum", "maximum"]

    tableParser = None
    filename = None
    filenameWithoutDir = None
    name = None

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.