ajrouvoet / dummy

Test results management framework
MIT License
1 stars 0 forks source link

Error when using plot #3

Open Calavoow opened 11 years ago

Calavoow commented 11 years ago

When running dummy show plot, it show the following error/warning, and no plot is shown.

eddie@eddie-ubuntu:~/school_stuff/BAP/turing$ dummy -D show --plot integration/1
  > DEBUG    Loaded metric `coverage`
  > DEBUG    Loaded metric `pass/fail`
  > DEBUG    Loaded statistic `coverage`
  > DEBUG    Loaded statistic `tests passing`
  > DEBUG    HEAD
  > DEBUG    Loaded testresult: `integration/1` result (commit: 0f593e4)
/home/eddie/school_stuff/BAP/dwarv-testing/src/python/local/lib/python2.7/site-packages/matplotlib/axes.py:4601: UserWarning: No labeled objects found. Use label='...' kwarg on individual plots.
  warnings.warn("No labeled objects found. "
ajrouvoet commented 11 years ago

Can you verify that this still occurs? And give me a full stack trace?

Calavoow commented 11 years ago

Now it no longer errors, but does not show any plot.

eddie@eddie-ubuntu> dummy -D show --plot integration/1                      ~/school_stuff/BAP/turing
  > DEBUG    Formatter registered: log
  > DEBUG    Formatter registered: plot
  > DEBUG    Formatter registered: plot.bar
  > DEBUG    Formatter registered: latex.table
  > DEBUG    Formatter registered: latex
  > DEBUG    Loaded testresult: integration/1 (4e03092) (commit: 4e03092)