From 5b08862e25ca5937199c5e2d44cf684e20ed243d Mon Sep 17 00:00:00 2001 From: James Nightingale Date: Wed, 18 Dec 2024 09:59:24 +0000 Subject: [PATCH] fix jax --- .../triangles/coordinate_array/jax_coordinate_array.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autoarray/structures/triangles/coordinate_array/jax_coordinate_array.py b/autoarray/structures/triangles/coordinate_array/jax_coordinate_array.py index 74b2cdf2..e80facd1 100644 --- a/autoarray/structures/triangles/coordinate_array/jax_coordinate_array.py +++ b/autoarray/structures/triangles/coordinate_array/jax_coordinate_array.py @@ -1,5 +1,4 @@ from jax import numpy as np - import jax from autoarray.structures.triangles.abstract import HEIGHT_FACTOR