Skip to content

Removes pae_enabled setting#142

Merged
jnwei merged 13 commits intomainfrom
feature/remove-pae-enabled-setting
Mar 26, 2026
Merged

Removes pae_enabled setting#142
jnwei merged 13 commits intomainfrom
feature/remove-pae-enabled-setting

Conversation

@jnwei
Copy link
Copy Markdown
Contributor

@jnwei jnwei commented Mar 20, 2026

Summary
Since the release of Openfold3 v0.4.0 pae_enabled is always True and we no longer have separate pae enabled / disabled models.

Changes

  • Removes the pae_enabled model preset and the associated tests. Adds a warning message to warn users that this model preset is deprecated.
  • Adds the full pae output per PAE output data #134
  • Deprecates unused runner_file_checks.py

Related Issues

Testing

  • Removed unit tests in test_writer.py and test_entry_points.py that previously used the pae_enabled preset. All other tests have passed.
  • New unit test for checking the pae_enabled warning in ModelUpdate validation

@jnwei jnwei added the safe-to-test Internal only label used to indicate PRs that are ready for automated CI testing. label Mar 20, 2026
@jnwei jnwei requested a review from christinaflo March 20, 2026 07:55
@jnwei jnwei mentioned this pull request Mar 20, 2026
Copy link
Copy Markdown
Collaborator

@christinaflo christinaflo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still see references to pae_enabled in docs/source/kernels.md and source/configuration_reference.md, otherwise lgtm

@jnwei jnwei force-pushed the feature/remove-pae-enabled-setting branch from 6a420f3 to 56fafec Compare March 25, 2026 04:13
@jnwei jnwei added safe-to-test Internal only label used to indicate PRs that are ready for automated CI testing. and removed safe-to-test Internal only label used to indicate PRs that are ready for automated CI testing. labels Mar 25, 2026
@jnwei jnwei merged commit a540b98 into main Mar 26, 2026
6 checks passed
@jnwei jnwei deleted the feature/remove-pae-enabled-setting branch March 26, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe-to-test Internal only label used to indicate PRs that are ready for automated CI testing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PAE output data

2 participants