Skip to content

Commit

Permalink
Deleted unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Sol committed Jan 16, 2025
1 parent 7a67440 commit 8acc4d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion mzLib/Readers/Bruker/BrukerFileReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ private List<StepsRow> GetFullStepsTable()
}
return stepsTableList;
}

/// <summary>
/// Generic function to read an sql table. Currently supports the types that exist in
/// the sql tables, which are int32, string, and double.
Expand Down
2 changes: 0 additions & 2 deletions mzLib/Readers/MzML/MzmlMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ public static void CreateAndWriteMyMzmlWithCalibratedSpectra(MsDataFile myMsData
};

// Selected ion MZ
// An exception gets thrown here when writing the timsTOF data file!
// System.InvalidOperationException : Nullable object must have a value.
mzML.run.spectrumList.spectrum[i - 1].precursorList.precursor[0].selectedIonList.selectedIon[0].cvParam[0] = new Generated.CVParamType
{
name = "selected ion m/z",
Expand Down

0 comments on commit 8acc4d7

Please sign in to comment.