Skip to content

Conversation

@floriankozikowski
Copy link
Contributor

Context of the PR

attempt at fixing pytest fails

Contributions of the PR

added
def sklearn_tags(self):
tags = super().sklearn_tags()
tags.input_tags.sparse = True
return tags
to all estimators that where failing in pytest. Assumes they can handle sparse data.

Checks before merging PR

n/a

  • added documentation for any new feature
  • added unit tests
  • edited the what's new (if applicable)

@mathurinm
Copy link
Collaborator

Thanks @floriankozikowski but this was addressed earlier today in #293

@mathurinm mathurinm closed this Apr 15, 2025
@mathurinm
Copy link
Collaborator

this was indeed the way to fix

@floriankozikowski floriankozikowski deleted the fixpytest branch April 22, 2025 15:18
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.

2 participants