Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Jul 7, 2020
1 parent 497da84 commit ab16c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Positions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pospath = "./data/positions/Positions.h5"
end
h5open(pospath, "r") do file
bG1 = Positions(file)
@test bG1[1] grid[1]
@test bG1[1] bgPos
@test shape(bG1) == shp
@test fieldOfView(bG1) == fov
@test fieldOfViewCenter(bG1) == ctr
Expand Down Expand Up @@ -191,7 +191,7 @@ pospath = "./data/positions/Positions.h5"
end
h5open(pospath, "r") do file
bG1 = Positions(file)
@test bG1[1] grid[1]
@test bG1[1] bgPos
@test shape(bG1) == shp
@test fieldOfView(bG1) == fov
@test fieldOfViewCenter(bG1) == ctr
Expand Down

2 comments on commit ab16c92

@tknopp
Copy link
Member Author

@tknopp tknopp commented on ab16c92 Jul 7, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/17582

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.9.2 -m "<description of version>" ab16c9287cd9c76e192cde3d274cd40d58b32210
git push origin v0.9.2

Please sign in to comment.