[Tests] cleanup
This commit is contained in:
parent
d9adb4e1b9
commit
1cce6c1f70
23 changed files with 540 additions and 467 deletions
|
|
@ -3,14 +3,11 @@
|
|||
Test fixtures
|
||||
|
||||
"""
|
||||
|
||||
# ruff: noqa: ARG001
|
||||
from typing import Any
|
||||
import numpy
|
||||
from numpy.typing import NDArray
|
||||
|
||||
import pytest # type: ignore
|
||||
|
||||
|
||||
FixtureRequest = Any
|
||||
PRNG = numpy.random.RandomState(12345)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue