PySR / pysr /test /__init__.py
MilesCranmer's picture
Force tests to import locally
a2fd8f3
raw
history blame
172 Bytes
from .test import runtests
from .test_env import runtests as runtests_env
from .test_jax import runtests as runtests_jax
from .test_torch import runtests as runtests_torch