Barry57 / GENetLib

A Python library for Gene–environment interaction analysis via deep learning
MIT License
6 stars 2 forks source link

[Bug] Error occurred when using pytest #4

Open yoogawu opened 3 hours ago

yoogawu commented 3 hours ago

The error message occurs when using pytest indicates that there's an issue with the array being passed to 'np.matrix'. The array is not contiguous, which means it does not occupy a single block of memory, and np.matrix requires a contiguous array. I've send a PR to correct this.

Barry57 commented 3 hours ago

Thanks for your comment, we will fix this problem.