-
Notifications
You must be signed in to change notification settings - Fork 11
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
numpy.float deprecated but still used by the cicero-scm #81
Comments
This was referenced Feb 12, 2023
jkikstra
added a commit
to iiasa/climate-assessment
that referenced
this issue
Feb 12, 2023
I'll look at and fix the ciceroscm usage today... |
Sorry, it seems you already fixed this...? |
Hi @maritsandstad thanks - yes @lewisjared has merged it with #82 and updated it to the changelog! So this one can be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The cicero-scm workflow test started failing since numpy has been updated to 1.21+, which has deprecated
np.float
for the builtinfloat
.See: iiasa/climate-assessment#26
After a quick look, it seems like this line may be the single offender:
openscm-runner/src/openscm_runner/adapters/utils/cicero_utils/make_scenario_common.py
Line 228 in b4c6fa0
The text was updated successfully, but these errors were encountered: