Skip to content

Commit

Permalink
Typo and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Oct 17, 2015
1 parent e219ce5 commit 487c625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fretbursts/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _get_measurement_specs(ph_data):

if meas_type not in ['smFRET-1color', 'smFRET',
'smFRET-usALEX', 'smFRET-nsALEX']:
raise NotImplementedError('Meaurement type "%s" not supported'
raise NotImplementedError('Measurement type "%s" not supported'
' by FRETBursts.' % meas_type)
return meas_type, meas_specs

Expand Down
1 change: 0 additions & 1 deletion fretbursts/select_bursts.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import numpy as np
from scipy import stats

import fretbursts.burstsearch.burstsearchlib as bslib
from .utils.misc import clk_to_s as _clk_to_s


Expand Down

0 comments on commit 487c625

Please sign in to comment.