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 typo in Contributing.md #820

Closed
wants to merge 3 commits into from

Conversation

aGuyLearning
Copy link
Collaborator

@aGuyLearning aGuyLearning commented Nov 6, 2024

Fixes #819

Copy link
Member

@Zethson Zethson left a comment

Choose a reason for hiding this comment

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

Great! Welcome.

@@ -51,7 +51,7 @@ and [prettier][prettier-editors].
## Writing tests

```{note}
Remember to first install the package with `pip install '-e[dev,test]'`
Remember to first install the package with `pip install -e "[dev,test,docs]"`
Copy link
Member

Choose a reason for hiding this comment

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

Sorry and great catch!

@@ -11,6 +11,6 @@ def test_catplot_vanilla(adata_mini, check_same_image):

check_same_image(
fig=fig,
base_path=f"{_TEST_IMAGE_PATH}/catplot_vanilla",
base_path=f"{_TEST_IMAGE_PATH}/catplot_vanilla",;
Copy link
Member

Choose a reason for hiding this comment

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

Why are you adding a ; here?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I asked @aGuyLearning to make something fail to see how the CI flares up :)

@aGuyLearning
Copy link
Collaborator Author

Run Notebooks test seems to fail, when changes are not made in ehrapy repo?

@aGuyLearning aGuyLearning changed the title added syntax error Fix typo in Contributing.md Nov 6, 2024
@Zethson
Copy link
Member

Zethson commented Nov 6, 2024

Error: Input required and not supplied: token

I think that's because a Github permission error. Can you recreate this PR without your fork but now by just branching from this repository, please? You are now a collaborator.

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.

Fix typo in Contributing.md
3 participants