Skip to content

Commit

Permalink
deletes test.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRiem committed Sep 16, 2021
1 parent c4de5d5 commit 46c6fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/NFCT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ p = NFCT(N, M)

p.init_done = false

@test_throws error nfct_finalize_plan(p)
# @test_throws error nfct_finalize_plan(p)

4 comments on commit 46c6fa5

@mischmi96
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=main

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@mischmi96
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=main

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

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 v1.1.0 -m "<description of version>" 46c6fa543638d226bd808020e42e97b19c1ee038
git push origin v1.1.0

Please sign in to comment.