fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
Apache License 2.0
9.99k stars 1.14k forks source link

Fix tests for PRs with new visual regression tests #919

Closed da-h closed 1 year ago

da-h commented 1 year ago

Description

This PR enables future PRs to add or adapt visual regression tests.

The test-suite already does the checkout to the tests of the PR to allow this, but it did not load the example directory containing the python-code for these tests. The fix is thus to also checkout the ./example directory.

Motivation and Context

See #917, which failed the initialization of the visual regression tests due to it adding a new test to the example/ directory.

How Has This Been Tested?

-

Screenshots (if appropriate):

Types of changes

Checklist: