imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
111 stars 58 forks source link

CI Tests #144

Open wtclarke opened 8 months ago

wtclarke commented 8 months ago

I agree with your suggestion. I have never used CI, would you be willing to open a PR for a .yml file for this project? Is that even how it works? :smile:

Originally posted by @btasdelen in https://github.com/imr-framework/pypulseq/issues/119#issuecomment-1550160771

Just to highlight that the PR I submitted yesterday #142 and was merged isn't a complete fix. You'll need to include the missing files in the repo (matlab_seq).

wtclarke commented 8 months ago

Also there is the framework in the CI file for enabling a linting step using flake8. However when I ran that there were many errors already (mostly line length, which can easily be customised).