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

feature/parallelism logging #1009

Merged
merged 5 commits into from
Apr 22, 2024
Merged

feature/parallelism logging #1009

merged 5 commits into from
Apr 22, 2024

Conversation

rhayes777
Copy link
Owner

Tweaked logging for #956

May be insufficient or too loud - we can refine it over time

@@ -65,7 +65,8 @@ def samples_from_model(
return self.samples_in_test_mode(total_points=total_points, model=model)

logger.info(
"Generating initial samples of model, which are subject to prior limits and other constraints."
f"Generating initial samples of model, which are subject to prior limits and other constraints. "

Choose a reason for hiding this comment

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

Suggested change
f"Generating initial samples of model, which are subject to prior limits and other constraints. "
"Generating initial samples of model, which are subject to prior limits and other constraints. "

Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.75%. Comparing base (11d3e7d) to head (c287266).
Report is 33 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1009      +/-   ##
==========================================
+ Coverage   80.60%   80.75%   +0.14%     
==========================================
  Files         198      198              
  Lines       14946    14979      +33     
==========================================
+ Hits        12047    12096      +49     
+ Misses       2899     2883      -16     

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

@rhayes777 rhayes777 merged commit f55f353 into main Apr 22, 2024
4 of 6 checks passed
@rhayes777 rhayes777 deleted the feature/parallelism_logging branch April 22, 2024 15:15
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