-
Notifications
You must be signed in to change notification settings - Fork 124
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
upgrade pandas 1.5 -> 2.0 #700
Comments
|
Another possible stopper for the update is apparently the |
All the unsequa tests are now passing after merging of PR #763 . |
For the other two tests #777 should have solved this. |
append
anditeritems
are no longer methods of pandas DataFrame.Failing Tests:
climada.engine.unsequa.test.test_unsequa.TestCalcCostBenefit.test_calc_sensitivity_pass
climada.engine.unsequa.test.test_unsequa.TestCalcCostBenefit.test_calc_uncertainty_pass
climada.engine.unsequa.test.test_unsequa.TestCalcCostBenefit.test_calc_uncertainty_pool_pass
climada.engine.unsequa.test.test_unsequa.TestCalcImpact.test_calc_sensitivity_morris_pass
climada.engine.unsequa.test.test_unsequa.TestCalcImpact.test_calc_sensitivity_pass
climada.engine.unsequa.test.test_unsequa.TestOutput.test_plot_unc_imp
climada.engine.unsequa.test.test_unsequa.TestOutput.test_save_load_pass
climada.util.test.test_lines_polys_handler.TestGeomImpactCalcs.test_calc_geom_impact_mixed
climada.util.test.test_lines_polys_handler.TestGeomImpactCalcs.test_impact_pnt_agg
The text was updated successfully, but these errors were encountered: