Skip to content

Commit

Permalink
[960] debug unit tests 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dvezinet committed Sep 6, 2024
1 parent 39cde70 commit c5b9347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tofu/tests/tests01_geom/test_01_GG.py
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ def test23_vignetting():
ves_poly2[2] = z2
# === Creating configurations tabs ===
vignetts = [ves_poly1, ves_poly2]
lnvert = np.r_[9, npts]
lnvert = np.array([9, npts], dtype=np.int64)
# === Ray tabs ====
rays_origin = np.zeros((3, 5))
rays_direct = np.zeros((3, 5))
Expand Down

0 comments on commit c5b9347

Please sign in to comment.