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/beta2b and warnings #155

Merged
merged 12 commits into from
Jun 5, 2024
Merged

Feature/beta2b and warnings #155

merged 12 commits into from
Jun 5, 2024

Conversation

aronsho
Copy link
Collaborator

@aronsho aronsho commented Jun 5, 2024

  1. b-to-beta function included (and beta_to_b)
  2. Included the warning option (if the global warning option is set to False, no warnings are shown)
  3. Simplified the reverse_dot_size function

@aronsho aronsho linked an issue Jun 5, 2024 that may be closed by this pull request
@aronsho aronsho requested review from martahan and RitzVanille and removed request for martahan June 5, 2024 08:29
* (1 - (method == "utsu"))
* (1 - (method == "tinti"))
* (1 - (method == "laplace"))
return_n * (1 - (method == "utsu")) * (1 - (method == "tinti"))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

change this, only positive is possible

with open("seismostats/analysis/tests/data/test_shi_bolt_confidence.p",
"rb") as f:
with open(
"seismostats/analysis/tests/data/test_shi_bolt_confidence.p", "rb"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

add issue for weir d pickle things

@aronsho
Copy link
Collaborator Author

aronsho commented Jun 5, 2024

did 4eyes review with vanille

@aronsho aronsho merged commit 86242d4 into main Jun 5, 2024
1 check passed
@aronsho aronsho deleted the feature/beta2b_and_warnings branch June 5, 2024 11:48
@aronsho aronsho linked an issue Jun 5, 2024 that may be closed by this pull request
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.

Make global setting option to disable warnings b to beta function
1 participant