Skip to content

Commit d9168b0

Browse files
Jammy2211claude
authored andcommitted
refactor: import is_test_mode from autoconf (canonical source)
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent b2055ac commit d9168b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autogalaxy/quantity/model/visualizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
import autofit as af
4-
from autofit.non_linear.test_mode import is_test_mode
4+
from autoconf.test_mode import is_test_mode
55

66
from autogalaxy.quantity.model.plotter import PlotterQuantity
77

0 commit comments

Comments
 (0)