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
Post a Comment