Skip to content

Commit

Permalink
Added training fraction as an argument to create_training_set
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-muthukrishna committed May 15, 2018
1 parent 8618711 commit 58f8dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/array_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def mean_zero_spectra(flux, minIndex, maxIndex, nw):
fluxOut[maxIndex:] = np.full(nw - maxIndex, fluxOut[minIndex])
fluxOut = fluxOut - fluxOut[minIndex]

return fluxOut
return fluxOut

0 comments on commit 58f8dea

Please sign in to comment.