Safe-DS / Library

A user-friendly library for Data Science in Python.
https://library.safeds.com
MIT License
18 stars 4 forks source link

test: Add test for RobustScaler hash #902

Closed Tarmandan closed 4 months ago

Tarmandan commented 4 months ago

Is your feature request related to a problem?

The __hash__ method of RobustScaler is not tested.

Desired solution

RobustScaler should be added to the list of Transformers tested in test_table_transformer.py

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

lars-reimann commented 4 months ago

:tada: This issue has been resolved in version 0.27.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: