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

Debug when bins_type is not set #153

Merged
merged 2 commits into from
Mar 17, 2024
Merged

Debug when bins_type is not set #153

merged 2 commits into from
Mar 17, 2024

Conversation

dachengx
Copy link
Collaborator

@dachengx dachengx commented Mar 17, 2024

@dachengx dachengx requested a review from FaroutYLq March 17, 2024 10:33
@dachengx dachengx marked this pull request as ready for review March 17, 2024 10:33
@coveralls
Copy link

coveralls commented Mar 17, 2024

Pull Request Test Coverage Report for Build 8315093996

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.006%) to 85.213%

Totals Coverage Status
Change from base Build 8313975594: 0.006%
Covered Lines: 2282
Relevant Lines: 2678

💛 - Coveralls

@@ -552,7 +554,7 @@ def new_component(self, llh_name: Optional[str] = None, pass_binning: bool = Tru
name=self.name + "_copy",
llh_name=llh_name,
bins=self.bins,
bins_type=self.bins,
bins_type=self.bins_type,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

A bug that we never captured.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for capturing this!

@@ -552,7 +554,7 @@ def new_component(self, llh_name: Optional[str] = None, pass_binning: bool = Tru
name=self.name + "_copy",
llh_name=llh_name,
bins=self.bins,
bins_type=self.bins,
bins_type=self.bins_type,
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for capturing this!

@dachengx dachengx merged commit c3c73e2 into master Mar 17, 2024
7 checks passed
@dachengx dachengx deleted the fix_bug_add_eps_to_hist branch March 17, 2024 19:12
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