Skip to content

Commit

Permalink
fixing factorial
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb committed Dec 19, 2024
1 parent 26c284d commit 6b89d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/differentiate_output.jl
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ end
for y in ode.y_vars
for v in vcat(ode.x_vars, ode.parameters)
@test sol2[y][v] == [
base_ring(ode.poly_ring)(coeff(sol1[y][v], j) * facrorial(j)) for
base_ring(ode.poly_ring)(coeff(sol1[y][v], j) * factorial(j)) for
j in 0:(prec - 1)
]
end
Expand Down

0 comments on commit 6b89d4a

Please sign in to comment.