Skip to content

Commit 408dd58

Browse files
committed
update folder
1 parent 15b2bd1 commit 408dd58

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

magpylib_material_response/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
analysis for soft materials and demagnetization of hard magnets. Leveraging the Method
33
of Moments, it calculates magnetic material response with high precision."""
44

5-
__version__ = "0.2.1a0"
5+
__version__ = "0.2.2"

magpylib_material_response/test_demag.py renamed to tests/test_demag.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import magpylib as magpy
2-
from meshing import mesh_Cuboid
3-
from demag import apply_demag
2+
import magpylib_material_response
3+
print(magpylib_material_response.__version__)
4+
from magpylib_material_response.meshing import mesh_Cuboid
5+
from magpylib_material_response.demag import apply_demag
46
import numpy as np
57
import matplotlib.pyplot as plt
68

0 commit comments

Comments
 (0)