Skip to content

Commit

Permalink
update CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
palumbom committed Jan 20, 2024
1 parent 92786ab commit c7baa37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"

[compat]
CSV = "≥ 0.10"
CUDA = "4.4.0"
CUDA = "5.2.0"
EchelleCCFs = "≥ 0.2.8"
LsqFit = "≥ 0.13"
julia = "≥ 1.9.0"
Expand Down
2 changes: 1 addition & 1 deletion src/bisectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function calc_bisector_span(bis::AA{T,1}, int::AA{T,1}) where T<:AF
@assert minimum(int) >= 0.0

blue = minimum(bis)
core = bis[2]
core = mean(bis[3:5])
return core - blue
end

Expand Down

0 comments on commit c7baa37

Please sign in to comment.