Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up[FIX] OWGeoMap: Remove duplicates per doc #165
Conversation
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Dec 5, 2016
•
Current coverage is 93.80% (diff: 100%)@@ master #165 diff @@
==========================================
Files 29 29
Lines 1501 1501
Methods 0 0
Messages 0 0
Branches 276 276
==========================================
Hits 1408 1408
Misses 52 52
Partials 41 41
|
nikicc
force-pushed the
nikicc:geomap-remove-duplicate-counts-per-doc
branch
from
1e0d8ba
to
544cb74
Dec 5, 2016
nikicc
force-pushed the
nikicc:geomap-remove-duplicate-counts-per-doc
branch
from
544cb74
to
0c58b5f
Dec 5, 2016
nikicc
changed the title
OWGeoMap: Remove duplicates counts per doc, fixes #164
[FIX] OWGeoMap: Remove duplicates per doc, fixes #164
Dec 5, 2016
nikicc
changed the title
[FIX] OWGeoMap: Remove duplicates per doc, fixes #164
[FIX] OWGeoMap: Remove duplicates per doc
Dec 5, 2016
nikicc
added this to the 0.2.2 milestone
Dec 5, 2016
kernc
reviewed
Dec 5, 2016
| @@ -145,12 +146,8 @@ def on_map_change(self, map_code=''): | |||
| def on_attr_change(self): | |||
| if not self.selected_attr: | |||
| return | |||
| attr = self.data.domain[self.selected_attr] | |||
| self.cc_counts = Counter(chain.from_iterable( | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ajdapretnar
merged commit b596667
into
biolab:master
Dec 5, 2016
nikicc
deleted the
nikicc:geomap-remove-duplicate-counts-per-doc
branch
Dec 5, 2016
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.
nikicc commentedDec 5, 2016
When counting locations each document can contibute at most one for each country desipte how many times the location is repeated inside the document's location attribute.