AdityaSavara / MSRESOLVE

MSRESOLVESG. A program for converting mass spectrometry signals to concentrations. Baseline corrections, smoothing, solving overlapping patterns, mass spectrometer tuning, and more.
0 stars 0 forks source link

making reading of data more robust against blanks #201

Open AdityaSavara opened 5 years ago

AdityaSavara commented 5 years ago

During one analysis, Initially got an error. While trying to figure things out, I removed extra extra rows and columns from the input file. I think that may have been the issue. I have not double checked if that was really the issue, but I think it was. I think it’s because blanks are not numbers, and numpy was trying to convert them into floats.

AdityaSavara commented 3 years ago

I recently found this again. Datasmoother (relying on numpy) had problems if there were blank rows at the end.