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

[WIP] Make benchopt.clian executable module #685

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

Conversation

rflamary
Copy link

@rflamary rflamary commented Mar 7, 2024

This PR aim at alowing calling benchopt from any python interpreter with something like

python -m benchopt.cli

Basically we just need to add a file in the cli module

I find this interesting because it allow to run benchopt from different environments without the need to activate them. Similar feature are available for pytest and pip

Checks before merging PR

  • added documentation for any new feature
  • added unit test
  • edited the what's new (if applicable)

@codecov-commenter
Copy link

Codecov Report

Merging #685 (6e48171) into main (fd0a016) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #685      +/-   ##
==========================================
- Coverage   55.03%   55.01%   -0.02%     
==========================================
  Files          45       46       +1     
  Lines        2962     2963       +1     
  Branches      548      548              
==========================================
  Hits         1630     1630              
- Misses       1209     1210       +1     
  Partials      123      123              

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

2 participants