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

Conda install #378

Merged
merged 7 commits into from
Apr 9, 2024
Merged

Conda install #378

merged 7 commits into from
Apr 9, 2024

Conversation

williamjameshandley
Copy link
Collaborator

@williamjameshandley williamjameshandley commented Apr 9, 2024

Description

This PR implements the framework deployed in lsbi for its conda build handley-lab/lsbi#22

Since these are modifications to the post-merge build, this can't really be tested except in the wild, so may need a few releases to get right (although this has been tested carefully with lsbi already).

Checklist:

  • I have performed a self-review of my own code
  • My code is PEP8 compliant (flake8 anesthetic tests)
  • My code contains compliant docstrings (pydocstyle --convention=numpy anesthetic)
  • New and existing unit tests pass locally with my changes (python -m pytest)
  • I have added tests that prove my fix is effective or that my feature works
  • I have appropriately incremented the semantic version number in both README.rst and anesthetic/_version.py

Copy link

codecov bot commented Apr 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (64a2c3e) to head (33debea).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #378   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           36        36           
  Lines         3041      3041           
=========================================
  Hits          3041      3041           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

lukashergt
lukashergt previously approved these changes Apr 9, 2024
@williamjameshandley williamjameshandley merged commit 16083c4 into master Apr 9, 2024
22 checks passed
@williamjameshandley
Copy link
Collaborator Author

Pleasingly, that seems to have worked. One can now install anesthetic from the handley-lab conda channel:

conda install -c anesthetic

@lukashergt lukashergt mentioned this pull request Apr 9, 2024
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.

2 participants