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

Allow dask #181

Merged
merged 14 commits into from
Sep 27, 2024
Merged

Allow dask #181

merged 14 commits into from
Sep 27, 2024

Conversation

ClaireDons
Copy link
Contributor

@ClaireDons ClaireDons commented Sep 20, 2024

Continuing on from work from #176, making sure tests and formatting pass. Currently sonarcloud test is failing, probably due to changes on their end (issue #182), which we plan to fix in a future pull request.

@ClaireDons ClaireDons marked this pull request as draft September 20, 2024 13:34
@ClaireDons ClaireDons marked this pull request as ready for review September 25, 2024 09:36
Copy link
Contributor

@BSchilperoort BSchilperoort left a comment

Choose a reason for hiding this comment

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

Looks good. Just two small comments

CITATION.cff Outdated
@@ -38,6 +38,12 @@ authors:
given-names: Jannes
affiliation: "Vrije Universiteit Amsterdam"

-
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
-
-

the other dashes are less indented. not sure if it matters

@@ -35,6 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"dask",
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it required as dependency? The code runs fine without dask right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, I'll check it without and see if it still works.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added dask back in as the tests broke on github actions after removing, so perhaps it is needed.

@ClaireDons ClaireDons merged commit 3a67444 into main Sep 27, 2024
14 of 15 checks passed
@ClaireDons ClaireDons mentioned this pull request Sep 27, 2024
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.

3 participants