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

[pre-commit.ci] pre-commit autoupdate #336

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

pre-commit-ci[bot]
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Aug 5, 2024

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
@lkstrp
Copy link
Member

lkstrp commented Aug 7, 2024

@FabianHofmann
Tests fail because squeeze kwarg in xarrays groupby is now deprecated. See here. Not sure if we can just not squeeze?

linopy/linopy/expressions.py

Lines 1212 to 1217 in 785836b

def groupby(
self,
group: DataFrame | Series | DataArray,
squeeze: bool = True,
restore_coord_dims: bool | None = None,
**kwargs,

@lkstrp lkstrp merged commit 7227fb0 into master Aug 7, 2024
2 of 14 checks passed
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.

1 participant