Skip to content

Allenw/interp scalars #12

Allenw/interp scalars

Allenw/interp scalars #12

Re-run triggered November 15, 2023 22:18
Status Failure
Total duration 43s
Artifacts

black.yml

on: pull_request
black_format
31s
black_format
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
black_format
Process completed with exit code 1.
black_format: tests/test_interpolate.py#L27
[blackfmt] reported by reviewdog 🐶 Raw Output: tests/test_interpolate.py:27:- @pytest.mark.parametrize("x", [ tests/test_interpolate.py:28:- np.linspace(0, 2 * np.pi, 10000), tests/test_interpolate.py:29:- 0.0, tests/test_interpolate.py:30:- ]) tests/test_interpolate.py:27:+ @pytest.mark.parametrize( tests/test_interpolate.py:28:+ "x", tests/test_interpolate.py:29:+ [ tests/test_interpolate.py:30:+ np.linspace(0, 2 * np.pi, 10000), tests/test_interpolate.py:31:+ 0.0, tests/test_interpolate.py:32:+ ], tests/test_interpolate.py:33:+ )
black_format: tests/test_interpolate.py#L105
[blackfmt] reported by reviewdog 🐶 Raw Output: tests/test_interpolate.py:105:- @pytest.mark.parametrize("x, y", [ tests/test_interpolate.py:106:- (np.linspace(0, 3 * np.pi, 1000), np.linspace(0, 2 * np.pi, 1000)), tests/test_interpolate.py:107:- (0.0, 0.0), tests/test_interpolate.py:108:- ]) tests/test_interpolate.py:108:+ @pytest.mark.parametrize( tests/test_interpolate.py:109:+ "x, y", tests/test_interpolate.py:110:+ [ tests/test_interpolate.py:111:+ (np.linspace(0, 3 * np.pi, 1000), np.linspace(0, 2 * np.pi, 1000)), tests/test_interpolate.py:112:+ (0.0, 0.0), tests/test_interpolate.py:113:+ ], tests/test_interpolate.py:114:+ )
black_format: tests/test_interpolate.py#L158
[blackfmt] reported by reviewdog 🐶 Raw Output: tests/test_interpolate.py:158:- @pytest.mark.parametrize("x, y, z", [ tests/test_interpolate.py:159:- (np.linspace(0, np.pi, 1000), np.linspace(0, 2 * np.pi, 1000), np.linspace(0, 3, 1000)), tests/test_interpolate.py:160:- (0.0, 0.0, 0.0), tests/test_interpolate.py:161:- ]) tests/test_interpolate.py:164:+ @pytest.mark.parametrize( tests/test_interpolate.py:165:+ "x, y, z", tests/test_interpolate.py:166:+ [ tests/test_interpolate.py:167:+ ( tests/test_interpolate.py:168:+ np.linspace(0, np.pi, 1000), tests/test_interpolate.py:169:+ np.linspace(0, 2 * np.pi, 1000), tests/test_interpolate.py:170:+ np.linspace(0, 3, 1000), tests/test_interpolate.py:171:+ ), tests/test_interpolate.py:172:+ (0.0, 0.0, 0.0), tests/test_interpolate.py:173:+ ], tests/test_interpolate.py:174:+ )