Skip to content

Commit 793a43b

Browse files
committed
Re-enable parameterized rounding
1 parent bc2c1b3 commit 793a43b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_unitcells.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ def test_read_symmetry_operations(cif_data):
6161

6262

6363
@cif_files_mark
64-
# @pytest.mark.parametrize("n_decimal_places", [3, 4, 5, 6, 9])
65-
@pytest.mark.parametrize("n_decimal_places", [3])
64+
@pytest.mark.parametrize("n_decimal_places", [3, 4, 6, 9])
6665
@pytest.mark.parametrize(
6766
"cols",
6867
[

0 commit comments

Comments
 (0)