Skip to content

Commit

Permalink
test: print island
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Sep 10, 2024
1 parent 99aca0a commit 6bd32c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/py/unit/test_tools_build_defect.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ def test_create_island():
thickness=1,
)

print(SLAB_111.to_json())

defect = create_slab_defect(configuration=island_config, builder=IslandSlabDefectBuilder())
print(defect.to_json())

Expand Down

0 comments on commit 6bd32c7

Please sign in to comment.