You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to happen only when tests are run sequentially, when you run the tests individually it seems to work fine.. it looks like some configurations from previous tests are leaking into the following tests.
I had to make the plotting defaults...
pymapdl/src/ansys/mapdl/core/plotting/plotting_defaults.py
Lines 66 to 82 in 600d907
to be reinstantiated every time they are called, in here:
c80bca6
Because I was having random changes in the plots:
Basically, the glyphs were offset as well as the legend glyps.
Clearly there is something in our tests that change the glyphs configuration. I do not have the time now to investigate.
Pinging @AlejandroFernandezLuces for awareness.
The text was updated successfully, but these errors were encountered: