Skip to content

Commit

Permalink
change function name back to non-debugging name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Palumbo committed Oct 13, 2020
1 parent 8a051bd commit 1eb6286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccf/calc_ccf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ end
# Returns:
- 2-d array of size (length(calc_ccf_v_grid(plan)), size(flux, 2))
"""
function ccf_1D_test::A2, flux::A3,
function ccf_1D::A2, flux::A3,
plan::PlanT = BasicCCFPlan() ) where {
T2<:Real, A2<:AbstractArray{T2,1},
T3<:Real, A3<:AbstractArray{T3,2},
Expand Down

2 comments on commit 1eb6286

@eford
Copy link
Member

@eford eford commented on 1eb6286 Oct 14, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release Notes:

  • Fixed bug when linelist includes only one line.
  • Added ccf_1D to work on a 2D array of CCFs.
  • Build process downloads one SOAP data file for tests
  • Improving documentation

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

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.1.2 -m "<description of version>" 1eb628636954496e01e5e4cd2514398a3408776e
git push origin v0.1.2

Please sign in to comment.