File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import jax .numpy as jnp
22
3- from autofit .jax_wrapper import register_pytree_node_class
3+ from autoconf .jax_wrapper import register_pytree_node_class
44from autofit .mock import * # noqa
55from autoarray .mock import * # noqa
66from autogalaxy .mock import * # noqa
Original file line number Diff line number Diff line change 55import autoarray as aa
66from autoarray .structures .triangles .shape import Point
77
8- from autofit .jax_wrapper import register_pytree_node_class
8+ from autoconf .jax_wrapper import register_pytree_node_class
99from autogalaxy import OperateDeflections
1010from .shape_solver import AbstractSolver
1111
Original file line number Diff line number Diff line change 77import autoarray as aa
88
99from autoarray .structures .triangles .shape import Shape
10- from autofit .jax_wrapper import register_pytree_node_class
10+ from autoconf .jax_wrapper import register_pytree_node_class
1111
1212from autoarray .structures .triangles .coordinate_array import (
1313 CoordinateArrayTriangles ,
Original file line number Diff line number Diff line change 11import logging
22from dataclasses import dataclass
3+ from jax ._src .tree_util import register_pytree_node_class
34
45import autoarray as aa
5- from autoarray .numpy_wrapper import register_pytree_node_class
66
77logger = logging .getLogger (__name__ )
88
You can’t perform that action at this time.
0 commit comments