brian-cleary / LatentStrainAnalysis

Partitioning and analysis methods for large, complex sequence datasets
MIT License
37 stars 20 forks source link

RuntimeWarning #2

Open jffkm opened 8 years ago

jffkm commented 8 years ago

Any insight on this error message? subsequent steps fail with a div/0. Thanks.

RuntimeWarning: Item size computed from the PEP 3118 buffer format string does not match the actual item size. H = np.array(self.open_count_hash(fp),dtype=np.float32)

brian-cleary commented 8 years ago

That warning alone should not cause a problem. Are you running the test case, or some of your own data? At what step is it failing?

On Tue, Sep 29, 2015 at 11:41 AM, jffkm notifications@github.com wrote:

Any insight on this error message? subsequent steps fail with a div/0. Thanks.

RuntimeWarning: Item size computed from the PEP 3118 buffer format string does not match the actual item size. H = np.array(self.open_count_hash(fp),dtype=np.float32)

— Reply to this email directly or view it on GitHub https://github.com/brian-cleary/LatentStrainAnalysis/issues/2.