Skip to content

Commit

Permalink
fix: interaction with DispatchDoctor
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Oct 15, 2024
1 parent 8b0860d commit 27746e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TemplateExpression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function DA.violates_dimensional_constraints(
return false
end
function MM.condition_mutation_weights!(
_::AbstractMutationWeights, _::P, _::AbstractOptions, _::Int
weights::AbstractMutationWeights, member::P, options::AbstractOptions, curmaxsize::Int
) where {T,L,N<:TemplateExpression,P<:PopMember{T,L,N}}
# HACK TODO
return nothing
Expand Down

0 comments on commit 27746e4

Please sign in to comment.