Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
Typeo
  • Loading branch information
eford committed Aug 8, 2022
1 parent aa61309 commit 46b578d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ using Test

@testset "RvSpectML.jl" begin

include("linefinder.jl")
include("line_finder.jl")

end

4 comments on commit 46b578d

@eford
Copy link
Member Author

@eford eford commented on 46b578d Aug 8, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator
Releaste Notes:

  • find_line_candidates_in_chunk returns empty DataFrame if chunk has no lines
  • Improve KernelFunctions compat
  • Add linefinder test

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

An unexpected error occurred during registration.

@eford
Copy link
Member Author

@eford eford commented on 46b578d Aug 8, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release Notes:

  • find_line_candidates_in_chunk returns empty DataFrame if chunk has no lines
  • Improve KernelFunctions compat
  • Add linefinder test

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

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.2.4 -m "<description of version>" 46b578d859117047ab4791b864ca955edb48f402
git push origin v0.2.4

Please sign in to comment.