Skip to content

Commit

Permalink
Add a test to show_params_TaylorN()
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Benet committed Oct 28, 2016
1 parent 46b180d commit 88b5643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Expand Up @@ -201,6 +201,7 @@ facts("Tests for HomogeneousPolynomial and TaylorN") do
@fact eltype(set_variables("x", numvars=2, order=6)) --> TaylorN{Float64}
@fact eltype(set_variables(BigInt, "x y", order=6)) --> TaylorN{BigInt}
@fact eltype(set_variables("x y", order=6)) --> TaylorN{Float64}
@fact typeof(show_params_TaylorN()) == Void --> true

@fact TaylorSeries.coeff_table[2][1] == [1,0] --> true
@fact TaylorSeries.index_table[2][1] == 7 --> true
Expand Down

0 comments on commit 88b5643

Please sign in to comment.