-
Notifications
You must be signed in to change notification settings - Fork 90
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
[BUG]: nested_constraints
incompatible with TemplateExpression
#378
Labels
bug
Something isn't working
Comments
Thanks. This actually looks like a bug for a different reason – if should_simplify === nothing
should_simplify = (
loss_function === nothing &&
nested_constraints === nothing &&
constraints === nothing &&
bin_constraints === nothing &&
una_constraints === nothing
)
end Basically, simplification is turned off if any of these are set. But then the mutation if !options.should_simplify
weights.simplify = 0.0
end However, |
MilesCranmer
added a commit
that referenced
this issue
Dec 8, 2024
MilesCranmer
added a commit
that referenced
this issue
Dec 8, 2024
MilesCranmer
added a commit
that referenced
this issue
Dec 8, 2024
fix: add missing `condition_mutation_weights!` to fix #378
MilesCranmer
added a commit
that referenced
this issue
Dec 8, 2024
[Diff since v1.1.0](v1.1.0...v1.2.0) **Merged pull requests:** - fix: add missing `condition_mutation_weights!` to fix #378 (#379) (@MilesCranmer) **Closed issues:** - [BUG]: `nested_constraints` incompatible with `TemplateExpression` (#378)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
I think conceptually these two options should work together.
What I want is for
log
to never be nested inside anotherlog
inb(...)
ore(...)
Version
1.1.0
Operating System
Linux
Interface
Jupyter Notebook
Relevant log output
Extra Info
No response
The text was updated successfully, but these errors were encountered: