tritemio / FRETBursts

Burst analysis software for smFRET. **Moved to OpenSMFS organization**
https://github.com/OpenSMFS/FRETBursts
GNU General Public License v2.0
16 stars 17 forks source link

Trouble updating fretbursts to most recent commit #67

Closed mayeshh closed 6 years ago

mayeshh commented 6 years ago

I am trying to use an attribute sm_single_laser that was added in a recent commit. I've tried updating my version of frebursts in the terminal using the command conda install fretbursts -c conda-forge, and I am still unable to use this attribute. I've also cloned the repository and retstarted my computer just in case, but that did not fix the issue either. I'm running version 0.6.5. Here's the error. ` from fretbursts import *


AttributeError Traceback (most recent call last)

in () ----> 1 d = loader.sm_single_laser(fname) AttributeError: module 'fretbursts.loader' has no attribute 'sm_single_laser' '