Skip to content

Commit

Permalink
force change
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Dec 10, 2024
1 parent 6cb4eaf commit 3e6f6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/clexulator/test_correlations.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_calc_local_correlations(session_shared_datadir):
assert np.allclose(restricted[0], [0.0])
assert np.allclose(correlations[1:3], restricted[1:3])
assert np.allclose(restricted[3:], [0.0, 0.0, 0.0])
# print("(*)", unitcell_index, equivalent_index, restricted.tolist())
# print("(*)", unitcell_index, equivalent_index, restricted.tolist())

corr = clex.LocalCorrelations(
supercell_neighbor_list=supercell_neighbor_list,
Expand Down

0 comments on commit 3e6f6de

Please sign in to comment.