Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused support for enable_assumptions #221

Merged
merged 1 commit into from
May 12, 2022
Merged

Conversation

jefft0
Copy link
Collaborator

@jefft0 jefft0 commented May 2, 2022

A previous commit added support for the enable_assumptions flag in settings.xml with a default of no. This was added when it was observed that a model controller would inject an assumption and then later make a prediction from the same assumption as if it were a normal fact. The controller code already had a mechanism to prevent this, but there was a bug which was recently discovered and fixed in pull request #220 . Therefore it is OK to let the model controller inject assumptions as designed, This pull request reverts the earlier commit to remove the enable_assumptions flag.

@jefft0 jefft0 changed the title Remove support for enable_assumptions Remove unused support for enable_assumptions May 3, 2022
@jefft0 jefft0 merged commit bec850d into dev May 12, 2022
@jefft0 jefft0 deleted the remove-enable_assumptions branch May 12, 2022 13:32
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