Skip to content

fix: import is_test_mode from autoconf instead of autofit#256

Merged
Jammy2211 merged 1 commit intomainfrom
feature/move-test-mode-to-autoconf
Apr 7, 2026
Merged

fix: import is_test_mode from autoconf instead of autofit#256
Jammy2211 merged 1 commit intomainfrom
feature/move-test-mode-to-autoconf

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

PyAutoArray does not depend on autofit. The previous from autofit.non_linear.test_mode import is_test_mode in hilbert.py caused CI failures (ModuleNotFoundError). Now imports from autoconf. Also adds dependency graph to CLAUDE.md.

Depends on PyAutoLabs/PyAutoConf#83.

API Changes

None — internal import path change only.

Test Plan

  • All 722 PyAutoArray tests pass
  • CI ModuleNotFoundError resolved

🤖 Generated with Claude Code

PyAutoArray does not depend on autofit. The previous import caused
CI failures (ModuleNotFoundError). Also add dependency graph to
CLAUDE.md to prevent this class of error.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit a11e5e0 into main Apr 7, 2026
1 of 2 checks passed
@Jammy2211 Jammy2211 deleted the feature/move-test-mode-to-autoconf branch April 7, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant