Skip to content

Conversation

@mfeurer
Copy link
Collaborator

@mfeurer mfeurer commented Mar 14, 2018

No description provided.

@mfeurer mfeurer requested a review from janvanrijn March 14, 2018 07:43
@codecov-io
Copy link

codecov-io commented Mar 14, 2018

Codecov Report

Merging #420 into develop will not change coverage.
The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #420   +/-   ##
========================================
  Coverage    89.37%   89.37%           
========================================
  Files           32       32           
  Lines         2683     2683           
========================================
  Hits          2398     2398           
  Misses         285      285
Impacted Files Coverage Δ
openml/datasets/dataset.py 77.64% <50%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b701bb...eff97fb. Read the comment docs.

def __eq__(self, other):
if type(other) != OpenMLDataset:
return False
elif self.id == other._id or \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funny that this contained id all the time. This was a bug? dataset_id seems correct

@mfeurer mfeurer merged commit babe8a6 into develop Mar 29, 2018
@mfeurer mfeurer deleted the maint/better_error branch March 29, 2018 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants