python - Biopython HSExposure Module 'NotImplemented' Error -


i trying calculate hsexposure values using biopython lib(1.63), however, returns error somthing 'notimplemented object not iterable'. when checked out module found out 1 of function in hsexposure module following:

def _get_cb(self, r1, r2, r3):      """this method provided subclasses calculate hse."""      return notimplemented  

what wrong guys think?

cheers

the method not implemented, exception intention.

and in python method names, start "_" (underscore) internal use, convention. not meant call it, made calls library itself.

(i not familiar library , can not offer alternative).


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -