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

crowdkit/__init__.py import fix #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ahundt
Copy link

@ahundt ahundt commented Nov 27, 2023

fix the import bug in #88

The following test passes:

import crowdkit

def test_mmsr():
    try:
        mmsr = crowdkit.aggregation.classification.m_msr.MMSR
    except AttributeError as e:
        print(f"An error occurred: {e}")

test_mmsr()
print("Test passed!")

Checklist

  • I have read the CONTRIBUTING document
  • I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en as it pertains to direct contributions to crowd-kit only.
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

@ahundt ahundt changed the title crowdkit/__init__.py import fix for https://github.com/Toloka/crowd-kit/issues/88 crowdkit/__init__.py import fix Nov 27, 2023
@dustalov
Copy link
Collaborator

Hi, thank you for proposing a fix. Unfortunately, it seems to break the tests. Could you please ensure that the tests are passing?

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.

None yet

2 participants