Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: remove numpy<1.21 dep; Dev: add Makefile, coverage, nodemon #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bionicles
Copy link

  1. The numpy pin caused pip install to fail
  2. Makefile will just run tests in parallel and collect coverage
  3. make debug will run nodemon to watch for changes and rerun tests automatically (test runner) npm install --global nodemon (can add this to Makefile)
  4. nodemon.json configures the nodemon test runner to watch and ignore various things, and tells it to rerun the make debug-command

if you alias md="make debug" then you can start development test runner watching for changes in 2 letters on your dev rig.

NOTE: this doesn't fix the issue with suitesparse_graphblas having breaking changes. Still need a maintainer to debug. However, making the tests re-run automatically is a good step to make that easier to execute.

It would be fine to add more make commands.

install-nodemon:
    sudo npm install --global nodemon

For windows, try scoop install make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant