balbasty / nitorch

Neuroimaging in PyTorch
Other
83 stars 14 forks source link

Continuous integration #31

Closed balbasty closed 3 years ago

balbasty commented 3 years ago

This is a first working version of the continuous integration workflow:

I had to disable one test that failed (grid_grad -> see #29)

I also had to disable compilation on Python 3.7 which fails weirdly (see #30)

Compilation on mac and windows is not there yet (needs a lot more work)