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

Implement nox #51

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Implement nox #51

wants to merge 44 commits into from

Conversation

Colelyman
Copy link
Contributor

This PR replaces the Makefile with nox. This allows us to have separate conda environments for different packages and cleans up the declaration of the integration tests.

Colelyman added 30 commits June 17, 2024 15:18
…rrays

Basically what is happening here is that the first amplicon's `include_idxs` and
`exclude_idxs` was always a numpy array, and the following amplicon's were
cloned off of it and were vanilla Python lists. All of the other arrays in this
file have commas separating them, but notice that these two columns didn't (but
they do now).
@Colelyman Colelyman requested a review from mbowcut2 November 12, 2024 18:51
@Colelyman
Copy link
Contributor Author

@trevormartinj7 when you get a minute, could you try to run the tests? There are some new dependencies and instructions in the README. (let me know if the instructions don't make sense or need to be revised)

mbowcut2 and others added 2 commits November 15, 2024 17:31
- use pip install --no-build-isolation
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.

3 participants