Skip to content

Commit

Permalink
removed return in BAGELS_2 for new bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsignorelli committed Dec 9, 2023
1 parent 584c4e3 commit 4d54d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tao.jl
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ function BAGELS_2(lat, unit_bump; coil_regex=r".*", suffix="", outf="$(lat)_BAGE
str_bump = "n2pi"
elseif unit_bump == 3 # n2pi_cancel_eta_bump
str_bump = "n2pi_cancel_eta"
return #TEMPORARY FOR DEVELOPMENTs
else
println("Unit bump type not defined!")
return
Expand Down

0 comments on commit 4d54d41

Please sign in to comment.