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

Add bliss main executable #756

Merged
merged 1 commit into from
May 11, 2023
Merged

Add bliss main executable #756

merged 1 commit into from
May 11, 2023

Conversation

zhixiangteoh
Copy link
Contributor

@zhixiangteoh zhixiangteoh commented May 11, 2023

Make executable available:

poetry install
poetry shell

Use executable:

# format
bliss -cp {project hydra config path} [{hydra overrides}]
# example
bliss -cp case_studies/summer_template 'mode=generate'

Fixes #751.

Copy link
Contributor

@jeff-regier jeff-regier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Merging #756 (9505834) into master (fb845d9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #756   +/-   ##
=======================================
  Coverage   88.48%   88.48%           
=======================================
  Files          14       14           
  Lines        1259     1259           
=======================================
  Hits         1114     1114           
  Misses        145      145           
Flag Coverage Δ
unittests 88.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zhixiangteoh zhixiangteoh merged commit f7d3939 into master May 11, 2023
@zhixiangteoh zhixiangteoh deleted the 751-bliss-executable branch May 11, 2023 15:16
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.

Abstract out case_studies/**/main.py to use across different case studies
2 participants