Skip to content

Fix consistency plots #206

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

Merged

Conversation

pabloitu
Copy link
Collaborator

@pabloitu pabloitu commented Nov 8, 2022

fixes #203. Replaces the use of the observed statistic to plot confidence intervals by using error plots. Instead, uses the mean of the distribution, whereas the observed statistic if plot separately. Also, provides the option to plot the mean as a black dot. This change fixes the issue, while I expect to refactor the plotting code for version 0.7.0

Type of change:

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my own code
  • My changes generate no new warnings

feat: added option to plot test distribution's mean.
styl: homogenized plot_poisson_consistency_test and plot_consistency_test
@pabloitu pabloitu changed the base branch from master to v0.6.1-release-branch November 8, 2022 16:28
@pabloitu pabloitu changed the base branch from v0.6.1-release-branch to master November 8, 2022 16:31
@wsavran
Copy link
Collaborator

wsavran commented Nov 14, 2022

@pabloitu is this ready to merge?

@pabloitu
Copy link
Collaborator Author

this is ready

feat: added option to plot test distribution's mean.
styl: homogenized plot_poisson_consistency_test and plot_consistency_test
@pabloitu pabloitu changed the base branch from master to v0.6.1-release-branch November 15, 2022 12:52
@pabloitu
Copy link
Collaborator Author

rebased onto v0.6.1_release_branch

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (v0.6.1-release-branch@94dee18). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head 3d4974c differs from pull request most recent head 4bb0ef2. Consider uploading reports for the commit 4bb0ef2 to get more accurate results

Additional details and impacted files
@@                   Coverage Diff                    @@
##             v0.6.1-release-branch     #206   +/-   ##
========================================================
  Coverage                         ?   54.53%           
========================================================
  Files                            ?       20           
  Lines                            ?     3660           
  Branches                         ?      538           
========================================================
  Hits                             ?     1996           
  Misses                           ?     1549           
  Partials                         ?      115           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wsavran wsavran merged commit ebbe3ba into SCECcode:v0.6.1-release-branch Nov 15, 2022
wsavran added a commit that referenced this pull request Dec 12, 2022
* Quadtree csv reader (#186)
* New plotting routines (#190)
* Non poissonian tests (#189, #202, #205, #208, #209)
* Fix region border plot (#199)
* Added support for BSI catalog (#201)
* Fix consistency plots (#206)
@pabloitu pabloitu deleted the fix_consistency_plots branch April 16, 2023 17:17
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.

build and docs failing due to plotting functions
3 participants