specs/validator/background_spec.rb in mspire-0.4.2 vs specs/validator/background_spec.rb in mspire-0.4.4

- old
+ new

@@ -48,6 +48,20 @@ ans = bkg.min_mesa(start_i, stop_i) ans.should be_close(v[exp], 0.01) # expecting were my best judgement (erring on the min side) end end + + # This is where I'd like to go finding the plateau region! + #it 'finds the minimum of the plateu region of a stringency plot' do + # @data.each do |k,v| + # exp = @expected[k] + # bkg = Validator::Background.new(v) + # ans = bkg.quartile_deriv_finder + # ans.should be_close(v[exp], 0.01) + # # expecting were my best judgement (erring on the min side) + # end + #end + + + end