Skip to content
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

Statistics: Fix ComputeValue.__eq__ #1076

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

VesnaT
Copy link
Contributor

@VesnaT VesnaT commented Jul 12, 2024

Issue

Fixes #1075

When comparing variables compute_value objects are not necessarily of the same type, but they should be, to be equal.

Description of changes

Check object types in eq method.

Includes
  • Code changes
  • Tests
  • Documentation

@VesnaT VesnaT requested a review from ajdapretnar July 12, 2024 10:22
@markotoplak markotoplak merged commit c51e33b into biolab:master Aug 29, 2024
0 of 12 checks passed
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.

Logistic Regression: ReplaceUnknowns has no attribute function
2 participants