Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshumway committed Jun 4, 2021
1 parent 4078efe commit 5e55400
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mdb/spectra_search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ def process_file(request, file, form, owner):

obj = CollapsedCosineScore.objects.create(
spectra = n1,
library = form.cleaned_data['library'], # lib unneces
sary in ccs model
library = form.cleaned_data['library'], # lib unnecessary in ccs model
scores = ','.join(map(str, list(o.values()))),
spectra_ids = ','.join(map(str, o.keys())))

Expand Down

0 comments on commit 5e55400

Please sign in to comment.