jrs65 / scalapy

A python wrapper around ScaLAPACK
32 stars 12 forks source link

CI testing + update to pytest #32

Closed pulkin closed 2 years ago

pulkin commented 2 years ago
  1. Create a CI script for pytest
  2. Fix pytest issues (race) by implementing context manager core.shape_context
  3. Badge and README.md (note github.com/pulkin is hard-coded and needs to be adjusted)
jrs65 commented 2 years ago

Oh awesome, thanks @pulkin . I'm glad to see scalapy is getting a bit of love. I keep meaning to spend a bit of time on it, but never quite get around to it.

It looks you're still adding commits so let me know when you're at a good point to stop and I'll go through and review.

Also, I keep meaning to add a license file to the repo. I presume you'd be okay with adding your contributions under the MIT license?

pulkin commented 2 years ago

Great to see you around! I should've merged a dedicated branch though. I will close this one and re-open another. There is no point to merge everything at once.