Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Nov 11, 2024
1 parent aed3651 commit c502b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generation/formula.jl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ end
kwargs...
)
randformula(
initrng(rng), maxheight, alphabet(g), operators(g), args...;
initrng(rng), maxheight, g, args...;
atompicker = atomweights, opweights = opweights, kwargs...)
end

Expand Down

0 comments on commit c502b52

Please sign in to comment.