File tree Expand file tree Collapse file tree
autoarray/inversion/mesh/image_mesh Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
44
5+ ## Dependency Graph
6+
7+ PyAutoArray depends on ** autoconf** (shared configuration and utilities).
8+ PyAutoArray does ** NOT** depend on PyAutoFit, PyAutoGalaxy, or PyAutoLens.
9+ Never import from ` autofit ` , ` autogalaxy ` , or ` autolens ` in this repo.
10+ Shared utilities (e.g. ` test_mode ` , ` jax_wrapper ` ) belong in autoconf.
11+
512## Commands
613
714### Install
Original file line number Diff line number Diff line change 1212from autoarray .structures .grids .irregular_2d import Grid2DIrregular
1313
1414from autoarray import exc
15- from autofit . non_linear .test_mode import is_test_mode
15+ from autoconf .test_mode import is_test_mode
1616
1717
1818def gilbert2d (width , height ):
You can’t perform that action at this time.
0 commit comments