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 pandas DeprecationWarning for Series.iteritems() #1921

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Dec 28, 2022

No description provided.

@codecov
Copy link

codecov bot commented Dec 28, 2022

Codecov Report

Merging #1921 (66edeb5) into develop (2fdceb7) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1921      +/-   ##
===========================================
+ Coverage    75.97%   76.00%   +0.02%     
===========================================
  Files           76       76              
  Lines        12960    12960              
===========================================
+ Hits          9847     9850       +3     
+ Misses        3113     3110       -3     
Flag Coverage Δ
cpp 73.13% <ø> (+0.03%) ⬆️
petab 59.72% <0.00%> (ø)
python 69.10% <100.00%> (ø)
sbmlsuite ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
python/sdist/amici/pandas.py 98.25% <100.00%> (ø)
src/solver_cvodes.cpp 70.23% <0.00%> (+0.16%) ⬆️
src/exception.cpp 81.08% <0.00%> (+5.40%) ⬆️

@sonarcloud
Copy link

sonarcloud bot commented Dec 28, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dweindl dweindl merged commit a4b50d1 into develop Dec 28, 2022
@dweindl dweindl deleted the fix_depr_iteritems branch December 28, 2022 14:43
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.

2 participants