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
In an effort to keep all test fixtures in one place, a copy of the
tutorial model `capacitor.mph` from the `demos` folder was placed in
the `tests` folder, under the name `demo.mph`.
That file is used by very few tests: Only for loading files from disk
when testing the client, and when comparing tags created by MPh with
those generated by Comsol. All other tests create the (same) model
from scratch, via the `capacitor()` fixture in `models.py`.
0 commit comments