Skip to content

Commit

Permalink
[960] debug unit tests 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvezinet committed Sep 6, 2024
1 parent 630eb51 commit 9023207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tofu/tests/tests01_geom/test_01_GG.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def test09_Ves_Smesh_Tor(VPoly=VPoly):
assert dLr.ndim == 1 and dLr.size == NL.size
assert Rref.ndim == 1
assert dRPhir.ndim == 1 and dRPhir.size == Rref.size
assert type(nRPhi0) == np.int64
assert type(nRPhi0) == int

Ptsi, dSi, NLi, \
dLri, Rrefi, dRPhiri, \
Expand Down Expand Up @@ -359,7 +359,7 @@ def test10_Ves_Smesh_Tor_PhiMinMax(VPoly=VPoly, plot=True):
assert dLr.ndim == 1 and dLr.size == NL.size
assert Rref.ndim == 1
assert dRPhir.ndim == 1 and dRPhir.size == Rref.size
assert type(nRPhi0) == np.int64
assert type(nRPhi0) == int

lrphi_arr = np.array(LPhi[ii][0])
out = GG._Ves_Smesh_Tor_SubFromInd_cython(dL, dRPhi,
Expand Down

0 comments on commit 9023207

Please sign in to comment.