-
Notifications
You must be signed in to change notification settings - Fork 9
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
renamed variables in lq_cut, changed expression handling #107
base: main
Are you sure you want to change the base?
Conversation
All tests are failing. I think you need to rename things in there too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have mainly some comments about the uncertainty handling, the returns and some of the naming.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #107 +/- ##
==========================================
- Coverage 21.33% 20.80% -0.53%
==========================================
Files 36 36
Lines 3305 3384 +79
==========================================
- Hits 705 704 -1
- Misses 2600 2680 +80 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The results
still need a fix.
ext/LegendSpecFitsRecipesBaseExt.jl
Outdated
@@ -1275,7 +1275,7 @@ end | |||
|
|||
# recipe for the lq_drift_time_correction report | |||
|
|||
@recipe function f(report::NamedTuple{(:lq_prehist, :lq_report, :drift_prehist, :drift_report, :lq_box, :drift_time_func, :DEP_left, :DEP_right)}, e_cal, dt_eff, lq_e_corr, plot_type::Symbol) | |||
@recipe function f(report::NamedTuple{(:lq_report, :drift_report, :lq_box, :drift_time_func, :DEP_left, :DEP_right)}, e_cal, dt_eff, lq_e_corr, plot_type::Symbol) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the plot_type
doing? Can this be a kwarg
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plot_type
specifies which one the different plots should be plottet.
Should i implement this by picking one them as a default plot?
Some changes for the lq_cut
lq_ctc_correction
lq_e_corr_expression
anddt_eff_expression
to construct prop funccut_single_peak
insted of own pre-cutting method