File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 33
44cells = 15625
55
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 )
1216
1317
1418isotropic_results_ansys = isotropic_results_ansys .reshape ((6 , - 1 , 3 ))
You can’t perform that action at this time.
0 commit comments