-
-
Notifications
You must be signed in to change notification settings - Fork 211
Fix bugs by using live server due to reduced volatility #698
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
Conversation
|
(tests pass on appveyor, presumably due to a different scipy version used for Windows) |
Codecov Report
@@ Coverage Diff @@
## develop #698 +/- ##
===========================================
- Coverage 90.35% 90.33% -0.03%
===========================================
Files 36 36
Lines 3785 3787 +2
===========================================
+ Hits 3420 3421 +1
- Misses 365 366 +1
Continue to review full report at Codecov.
|
|
What's the reason for not merging in the latest version of dev (with mentioned fix)? |
|
Actually none, except that I'm not a fan of merging. The PR checks are green now, which should give us enough confidence that this PR does what it's supposed to do. |
| openml.config.server = self.production_server | ||
| flow_id = 6794 | ||
| setups = openml.setups.list_setups(flow=flow_id, output_format='object', size=10) | ||
| print(setups) |
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.
Why is the print statement here?
This PR fixes two bugs which were 'introduced' recently by data changes on the test server. This does not include the fix included in #693 and will therefore not fix all unit tests.