We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b2bd1 commit 408dd58Copy full SHA for 408dd58
magpylib_material_response/__init__.py
@@ -2,4 +2,4 @@
2
analysis for soft materials and demagnetization of hard magnets. Leveraging the Method
3
of Moments, it calculates magnetic material response with high precision."""
4
5
-__version__ = "0.2.1a0"
+__version__ = "0.2.2"
magpylib_material_response/test_demag.py renamed to tests/test_demag.py
@@ -1,6 +1,8 @@
1
import magpylib as magpy
-from meshing import mesh_Cuboid
-from demag import apply_demag
+import magpylib_material_response
+print(magpylib_material_response.__version__)
+from magpylib_material_response.meshing import mesh_Cuboid
+from magpylib_material_response.demag import apply_demag
6
import numpy as np
7
import matplotlib.pyplot as plt
8
0 commit comments