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

Move messages of used parameter in SigmaMap.build #117

Merged
merged 5 commits into from
Nov 13, 2023
Merged

Conversation

dachengx
Copy link
Collaborator

@dachengx dachengx commented Nov 12, 2023

A quick fix of a small bug. SigmaMap has no llh_name attribute unless build is ran. So we need to move the print message to SigmaMap.build.

Copy link

Pull Request Test Coverage Report for Build 6840862210

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

Totals Coverage Status
Change from base Build 6832033689: 0.3%
Covered Lines: 1933
Relevant Lines: 2302

💛 - Coveralls

@@ -64,7 +64,7 @@ def simulate(self, key, parameters, s1_area):
@takes_config(
SigmaMap(
name="s2_cut_acc",
default=["_s2_cut_acc.json", "_s2_cut_acc.json", "_s2_cut_acc.json"],
default=["_s2_cut_acc.json", "_s2_cut_acc.json", "_s2_cut_acc.json", "s2_cut_acc_sigma"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The modification is just to check the functionality of SigmaMap, introduced by #116.

Copy link

github-actions bot commented Nov 12, 2023

Pull Request Test Coverage Report for Build 6854961344

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

Totals Coverage Status
Change from base Build 6841083010: 0.3%
Covered Lines: 1933
Relevant Lines: 2302

💛 - Coveralls

zihaoxu98
zihaoxu98 previously approved these changes Nov 13, 2023
@dachengx dachengx merged commit 493fa59 into master Nov 13, 2023
7 checks passed
@dachengx dachengx deleted the sigmaconfig_fix branch November 13, 2023 19:54
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