Skip to content

Comments

Doc- clarify return types as instance of original type#13674

Open
Aniketsy wants to merge 1 commit intomne-tools:mainfrom
Aniketsy:fix-10965
Open

Doc- clarify return types as instance of original type#13674
Aniketsy wants to merge 1 commit intomne-tools:mainfrom
Aniketsy:fix-10965

Conversation

@Aniketsy
Copy link

fixes #10965

@Aniketsy
Copy link
Author

test_answer

test_sample

test_sample.py

assert 2 == 3
def test_answer():
>       assert 1 + 1 == 3
E       assert 2 == 3

test_sample.py:2: AssertionError

@larsoner I noticed that this test seems to fail consistently across PRs, is this an intentionally failing test(e.g , to verify ci/pytest behavious) ?

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.

DOC: Document inst better

1 participant