-
Notifications
You must be signed in to change notification settings - Fork 68
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
6.)adding MetricDecoder to DecodeSpots #1596
Conversation
Codecov Report
@@ Coverage Diff @@
## saxelrod-osm-fish-new #1596 +/- ##
========================================================
Coverage ? 48.07%
========================================================
Files ? 222
Lines ? 8369
Branches ? 0
========================================================
Hits ? 4023
Misses ? 4346
Partials ? 0
Continue to review full report at Codecov.
|
b89c389
to
3d96b11
Compare
baea8aa
to
ff4d042
Compare
27698d6
to
5b09a36
Compare
ff4d042
to
014a97d
Compare
5b09a36
to
fac9141
Compare
014a97d
to
4b334b9
Compare
fac9141
to
f46d2ca
Compare
4b334b9
to
8498865
Compare
f46d2ca
to
64ea392
Compare
3a4515e
to
cc83e34
Compare
anchor_round: int = 1, | ||
search_radius: int = 3, | ||
trace_building_strategy: TraceBuildingStrategies = TraceBuildingStrategies.EXACT_MATCH |
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.
these are not documented.
self.min_intensity = min_intensity | ||
self.norm_order = norm_order | ||
self.metric = metric | ||
self.trace_builder = trace_builders[trace_building_strategy] |
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.
nit: this should be in the same order as the params generally.
c734e65
to
dee4210
Compare
9c44352
to
879f771
Compare
dee4210
to
cd52ba5
Compare
5ff0e1c
to
facfd14
Compare
1e124de
to
98ea4f2
Compare
1d254d9
to
ff7d5f7
Compare
98ea4f2
to
4917520
Compare
ff7d5f7
to
ba6d3be
Compare
51c8b5d
to
e92cf06
Compare
e92cf06
to
86eb514
Compare
86eb514
to
e79dd49
Compare
402245d
to
b4eb1b5
Compare
e79dd49
to
0edeb9a
Compare
b4eb1b5
to
c25bbee
Compare
0edeb9a
to
40f7e16
Compare
* refactoring localMaxPeakFinder * adding MetricDecoder to DecodeSpots (#1596)
Add version of MetricDistance decoder to new DecodeSpots module
depends on: #1594 #1593 #1592 #1518 #1517