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

fix(library): Update Cleanlab's return type #768

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

AshishSardana
Copy link
Contributor

Cleanlab's latest release (v2.5 on 09/20) to cleanlab-studio pypi package updates the return type of get_trustworthiness_score_async() method from float to typeddict. Therefore, the trustworthiness_score is indexed out from the typed dict.

The fix is verified after updating pip install -U cleanlab-studio.

@AshishSardana
Copy link
Contributor Author

Hi @Pouyanpi , can you give this a quick look?

Copy link
Collaborator

@Pouyanpi Pouyanpi left a comment

Choose a reason for hiding this comment

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

LGTM @AshishSardana, Thanks for the PR!

You just need to sign your commits then we can merge.

@AshishSardana
Copy link
Contributor Author

I did sign the commit on this PR, manually. I've been using the same signing technique for older commits/PRs.

Screenshot 2024-10-15 at 01 22 08

@Pouyanpi
Copy link
Collaborator

@AshishSardana, I can see that your commit is not gpg signed, you can also verify that by

git log --show-signature

You can see how it differs from its prev commits.

Please also rebase your branch onto the latest develop branch as some tests are failing due to the latest changes of the repo.

@AshishSardana
Copy link
Contributor Author

@Pouyanpi thank you for our suggestions! i've setup GPG, signed my commits and rebased my branch onto latest develop.

@AshishSardana
Copy link
Contributor Author

@Pouyanpi all the checks pass & the PR is ready to be merged.

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