File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
cells = 15625
5
5
6
- isotropic_results_ansys = np .loadtxt ('tests/testdata/isotropic_results_ansys.txt' , skiprows = 1 )
7
- isotropic_results_ansys = isotropic_results_ansys [:,3 :]
8
- anisotropic_results_ansys = np .loadtxt ('tests/testdata/anisotropic_results_ansys.txt' , skiprows = 1 )
9
- anisotropic_results_ansys = anisotropic_results_ansys [:,3 :]
10
- isotropic_results_magpylib = np .load ('isotropic_results_magpylib_%d.npy' % cells )
11
- anisotropic_results_magpylib = np .load ('anisotropic_results_magpylib_%d.npy' % cells )
6
+ isotropic_results_ansys = np .loadtxt (
7
+ "tests/testdata/isotropic_results_ansys.txt" , skiprows = 1
8
+ )
9
+ isotropic_results_ansys = isotropic_results_ansys [:, 3 :]
10
+ anisotropic_results_ansys = np .loadtxt (
11
+ "tests/testdata/anisotropic_results_ansys.txt" , skiprows = 1
12
+ )
13
+ anisotropic_results_ansys = anisotropic_results_ansys [:, 3 :]
14
+ isotropic_results_magpylib = np .load ("isotropic_results_magpylib_%d.npy" % cells )
15
+ anisotropic_results_magpylib = np .load ("anisotropic_results_magpylib_%d.npy" % cells )
12
16
13
17
14
18
isotropic_results_ansys = isotropic_results_ansys .reshape ((6 , - 1 , 3 ))
You can’t perform that action at this time.
0 commit comments