We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de27e61 commit aafe773Copy full SHA for aafe773
2 files changed
test_autoarray/unit/test_files/config/general.ini
@@ -16,6 +16,11 @@ nopython = True
16
cache = True
17
parallel = False
18
19
+[calculation_grid]
20
+shape_2d = (101, 101)
21
+pixel_scales = 0.05
22
+sub_size = 4
23
+
24
[inversion]
25
inversion_pixel_limit_overall = 3000
26
test_autoarray/unit/test_files/config/visualize.ini
@@ -5,7 +5,6 @@ include_critical_curves = True
5
include_caustics = True
6
include_image_plane_pixelization_grid = True
7
plot_units = arcsec
8
-plot_sub_size = 4
9
10
visualize_interval = 10
11
0 commit comments