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

Use floating point division #12

Closed tritemio closed 9 years ago

tritemio commented 10 years ago

Add:

from __future__ import division

to all the modules and check where the division is expected to return an integer, and use // instead.

tritemio commented 9 years ago

Conversion is done. More tests are needed though.

tritemio commented 9 years ago

This is completed, new issues can be opened for specific bugs, if/whenever they are found.