Feature/interactive regression test plots#330
Conversation
|
@RHammond2 The Bokeh JavaScript files don't load for me. This is what I see in the JS console: Any idea why? |
|
@rafmudaf I can't seem to find anything related to this issue. Are you blocking access within your browser; though, I'm not convinced that would give that error. |
|
I thought we discovered that the error above was only a problem when generating plots for cases that hadn't actually failed, but I ran this again after compiling in single precision so that most test cases fail and still same issue. So this is still pending. On another note, since each plot is opened by clicking on a link (the id selector |
|
So this issue isn't actually blocking any of the functionality. There was a bit of confusion as to what was expected for output because we were looking at a case where none of the tests failed causing there to be no plots that are output. Even when plots are output the "error" comes up. Where would the |
Final updates include: - .../plots is removed entirely rather than its contents - -p and -v flags are fixed to act as expected - all channels are plot instead of only failing channels for a failing case
628b89b to
038fc7f
Compare
THIS PULL REQUEST IS READY TO MERGE
Feature or improvement description
This pull requests modifies the regression testing suite to replace the visualizations with interactive visualizations, better accentuate which cases have failed in the export summary, and to clean up a few spots in the code to make it more pythonic. This work was done under the guidance of @rafmudaf.
Impacted areas of the software
This only impacts the regression testing suite.