Skip to content

Commit

Permalink
Not plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Jul 5, 2024
1 parent 5f53e6b commit 7bdca28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/core/models/test_cif.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,13 +612,12 @@ def print_connected_points(all_labels_connections):
print(f"{label} {dist} {coords_1}, {coords_2}")


@pytest.mark.plot
@pytest.mark.pyvista
def test_init_atomic_mixing():
file_path = "tests/data/cif/atomic_mixing/261241.cif"
cif = Cif(file_path)
polyhedron_points, vertex_labels = cif.get_polyhedron_labels_by_CN_best_methods(
"CoM1"
)
cif.plot_polyhedron("CoM1")
assert len(polyhedron_points) == 13
assert len(vertex_labels) == 13
Binary file modified tests/data/cif/atomic_mixing/polyhedrons/261241_CoM1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bdca28

Please sign in to comment.