Skip to content

Commit

Permalink
include generic types triclinic in testset
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 4, 2022
1 parent 3cafe7d commit 3c19faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ end

# Testing the propagation of types in automatic differentiation
@test generic_types(false) == (true,u"nm^2",Measurement{Float64})
@test generic_types_triclinic(false) == (true,u"nm^2",Measurement{Float64})

# Test when we have pathologically few number of particles
x = [ Float64[1,1,1] ]
Expand Down

2 comments on commit 3c19faf

@lmiq
Copy link
Member Author

@lmiq lmiq commented on 3c19faf Aug 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65656

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.21 -m "<description of version>" 3c19faf28fea5edc38c1fcdec24cd9c1c3d3e1a9
git push origin v0.7.21

Please sign in to comment.