Menu

Commit [r20536]  Maximize  Restore  History

Python 3 fix for the lib.software.nmrpipe.read_list_intensity_seriestab() function.

The inbuilt Python filter() function does not return a list in Python 3, as previously, but rather
a filter object. Therefore a call to list() is required to properly convert the data.

bugman 2013-08-06

changed /trunk/lib/software/nmrpipe.py
/trunk/lib/software/nmrpipe.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.