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

Replace numpy isscalar check by pandas isscalar check #65

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

FabianHofmann
Copy link
Collaborator

closes #59

@codecov
Copy link

codecov bot commented Nov 14, 2022

Codecov Report

Base: 86.76% // Head: 86.76% // No change to project coverage 👍

Coverage data is based on head (3c34204) compared to base (131edf1).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   86.76%   86.76%           
=======================================
  Files          10       10           
  Lines        2055     2055           
  Branches      327      327           
=======================================
  Hits         1783     1783           
  Misses        204      204           
  Partials       68       68           
Impacted Files Coverage Δ
linopy/variables.py 91.63% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@FabianHofmann FabianHofmann merged commit 360ef55 into master Nov 14, 2022
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.

Replace np.isscalar by pandas.api.types.is_scalar
1 participant