-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Windows] Fixed ppi_geotag #479
Conversation
and added tests
Current coverage is 69.48% (diff: 100%)@@ master #479 diff @@
==========================================
Files 104 106 +2
Lines 25622 25938 +316
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 17831 18023 +192
- Misses 7791 7915 +124
Partials 0 0
|
Could you explain why you replaced |
It's a windows bug: See the error stack trace at #432 |
@gpotter2 so maybe you could just define a global constant |
@p-l- The windows bug: |
That should do the trick |
5417c73
to
d71e28c
Compare
@guedou Hey, on master this if failing... I don't know what has changed since the tests were performed... any ideas ? |
@gpotter2 I have no idea =/ The patches looked good to me. The issue might be related to PR#471 Could you have a look ? |
I'll check that Edit: ok i've found the bug. Not sure what created it but #515 fixes it |
Fixes ppi_geotag's part in #432 + added a few tests