-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add fractionation metric #86
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schmoelder
force-pushed
the
add_fractionation_metric
branch
2 times, most recently
from
January 10, 2024 13:33
84832ce
to
6fd2b4f
Compare
This was
linked to
issues
Jan 10, 2024
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
January 11, 2024 07:18
6fd2b4f
to
e286e9b
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
4 times, most recently
from
January 22, 2024 11:34
e4695ae
to
804fb4c
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
January 23, 2024 10:29
804fb4c
to
e91c880
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
January 24, 2024 08:45
e91c880
to
6568bba
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
January 24, 2024 08:53
6568bba
to
cf21d00
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
3 times, most recently
from
February 7, 2024 15:53
203ed67
to
9462063
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
February 14, 2024 17:04
9462063
to
7023fab
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
March 2, 2024 12:27
7023fab
to
f03e2e8
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
March 2, 2024 12:48
f03e2e8
to
07f5d19
Compare
schmoelder
force-pushed
the
dev
branch
2 times, most recently
from
March 11, 2024 20:26
a3e6c69
to
1f55438
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
March 11, 2024 20:27
07f5d19
to
b93ea06
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
March 14, 2024 18:57
b93ea06
to
c912bfd
Compare
schmoelder
force-pushed
the
dev
branch
2 times, most recently
from
March 15, 2024 10:16
6a2eb4a
to
c3b4935
Compare
schmoelder
force-pushed
the
dev
branch
8 times, most recently
from
March 23, 2024 16:08
9478b91
to
841f188
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
March 23, 2024 16:12
c6a44d4
to
4ba940d
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
March 23, 2024 19:35
4ba940d
to
9638257
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
March 26, 2024 15:35
9638257
to
657ca52
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
April 12, 2024 12:52
657ca52
to
ad66ed0
Compare
schmoelder
force-pushed
the
add_fractionation_metric
branch
from
June 18, 2024 19:19
ad66ed0
to
f3f75b0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To do
Comparator
(would allow subclassing), closes Change behavior for adding Difference Metrics #36 (moved to Change behavior for adding Difference Metrics #102)start
/end
times toFraction
class (missing: check end > start)FractionationReference
classFraction
must be provided!SolutionIO
), define tolerancevalidate_reference_type
to DifferenceMetrics (e.g.FractionationReference
for FractionationSSE/Slide)FractionationSSE