Skip to content

Commit

Permalink
Fixed test to accomadate fixed exponentialFragmentBinSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
nwamsley1 committed Feb 25, 2025
1 parent 84543a2 commit 7f6a44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/UnitTests/queryFragmentIndex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ end
UInt32(2048)#step_si´
)
@test upper_idx == frag_bin_max_idx
@test lower_idx == upper_idx
#@test lower_idx == upper_idx
@test getHigh(test_frag_bins[lower_idx]) < frag_mz_absolute_min
end
##########
Expand Down

0 comments on commit 7f6a44e

Please sign in to comment.