Skip to content

Commit

Permalink
Minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux authored Mar 4, 2021
1 parent 53fe32f commit 5075822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def mirror_json():
spectrum1, source1, splash_key1 = parsing.parse_usi(usi1)
spectrum2, source2, splash_key2 = parsing.parse_usi(usi2)
_spectrum1, _spectrum2 = _prepare_mirror_spectra(spectrum1, spectrum2,
plotting_args)
plotting_args)
similarity, peak_matches = _cosine(
_spectrum1, _spectrum2, plotting_args['fragment_mz_tolerance'],
plotting_args['cosine'] == 'shifted')
Expand Down

0 comments on commit 5075822

Please sign in to comment.