You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Knockoffs from the embedding space of the spec2vec models are currently stored as numpy arrays, where as spectra/decoy spectra are stored either as SpectrumDocuments or Spectrum objects in the rest of the notebook. As a result, some functions have been changed to accommodate this difference.
Can looking at storing the knockoffs as SpectrumDocuments or creating a new class for that that inherits SpectrumDocuments.
The text was updated successfully, but these errors were encountered:
Knockoffs from the embedding space of the spec2vec models are currently stored as numpy arrays, where as spectra/decoy spectra are stored either as SpectrumDocuments or Spectrum objects in the rest of the notebook. As a result, some functions have been changed to accommodate this difference.
Can looking at storing the knockoffs as SpectrumDocuments or creating a new class for that that inherits SpectrumDocuments.
The text was updated successfully, but these errors were encountered: