Make test/helpers.py a relative import

This commit is contained in:
Patrick Kidger
2022-07-12 10:03:19 +01:00
parent 81238e38e8
commit 9f75958b2d
8 changed files with 20 additions and 14 deletions
+2 -1
View File
@@ -24,10 +24,11 @@ import jax
import jax.numpy as jnp
import jax.random as jr
import pytest
from helpers import make_mlp, ParamError
from jaxtyping import f, jaxtyped, PyTree
from .helpers import make_mlp, ParamError
def test_direct(typecheck):
@typecheck