Skip to content

Commit

Permalink
fix issue #37 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Oct 2, 2019
1 parent 93b3165 commit 9b9876d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_check_size.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ using NCDatasets
using Test

filename = tempname()
filename = "/tmp/foo.nc"
rm(filename)

ds = Dataset(filename,"c")
x = collect(1:10)
Expand Down

2 comments on commit 9b9876d

@Alexander-Barth
Copy link
Owner Author

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/4058

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.4 -m "<description of version>" 9b9876d97d006d4e3283b18197b7fe1f0202883d
git push origin v0.9.4

Please sign in to comment.