Skip to content

Commit

Permalink
Remove superfluous print
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhansk committed Apr 10, 2024
1 parent 531aa26 commit c06ec32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/mono.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ import MultivariatePolynomials as MP
@testset "Antidifferentiation" begin
@ncpolyvar x y z

@info typeof(x)

m = x
mi = DynamicPolynomials.MP.antidifferentiate(m, y)
@test mi == x * y
Expand Down

0 comments on commit c06ec32

Please sign in to comment.