commented testing from pre-commit

class-solution
Daniel Pozsar 3 months ago
parent 21ab0dca84
commit 7403710cf5

@ -22,11 +22,11 @@ repos:
hooks: hooks:
- id: isort - id: isort
args: ["--profile", "black", "--filter-files"] args: ["--profile", "black", "--filter-files"]
#- repo: https://github.com/psf/black-pre-commit-mirror - repo: https://github.com/psf/black-pre-commit-mirror
# rev: 24.4.2 rev: 24.4.2
# hooks: hooks:
# - id: black - id: black
# language_version: python3.9 language_version: python3.9
#- repo: local #- repo: local
# hooks: # hooks:
# - id: pytest-check # - id: pytest-check

@ -55,24 +55,23 @@ def test_comm(a, b, c):
[0.8, 0.0, 0.0], [0.8, 0.0, 0.0],
[0.9, 0.0, 0.0], [0.9, 0.0, 0.0],
] ]
) ),
), ),
( (
"xy", "xy",
3, 3,
np.array( np.array(
[ [
[0.0, 0.0, 0.0], [0.0, 0.0, 0.0],
[0.33333333, 0.0, 0.0], [0.33333333, 0.0, 0.0],
[0.66666667, 0.0, 0.0], [0.66666667, 0.0, 0.0],
[0.0, 0.33333333, 0.0], [0.0, 0.33333333, 0.0],
[0.0, 0.66666667, 0.0], [0.0, 0.66666667, 0.0],
[0.33333333, 0.33333333, 0.0], [0.33333333, 0.33333333, 0.0],
[0.33333333, 0.66666667, 0.0], [0.33333333, 0.66666667, 0.0],
[0.66666667, 0.33333333, 0.0], [0.66666667, 0.33333333, 0.0],
[0.66666667, 0.66666667, 0.0], [0.66666667, 0.66666667, 0.0],
] ]
),
), ),
), ),
], ],

Loading…
Cancel
Save