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 943d315 commit 99aca0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/py/unit/test_tools_build_defect.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def test_create_island():
)

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

# Only 2 atoms in the island were added for this configuration
NUMBER_OF_ATOMS_IN_ISLAND = 2
Expand Down

0 comments on commit 99aca0a

Please sign in to comment.