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

Buildings exposure, disaggregation of value, activity and trade flows #189

Merged
merged 27 commits into from
Dec 20, 2024

Conversation

tomalrussell
Copy link
Member

No description provided.

@@ -135,7 +138,7 @@ def netcdf_packing_parameters(minimum: float, maximum: float, n_bits: int) -> Tu

# _FillValue used to representing NaN as serialised integer
# we have kept room at the ends of the integer bit space to avoid a collision
fill_value = -2 ** (n_bits - 1)
fill_value = -(2 ** (n_bits - 1))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did black add the brackets?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes: blame

@tomalrussell tomalrussell marked this pull request as ready for review December 20, 2024 16:01
@tomalrussell tomalrussell merged commit ef81de1 into main Dec 20, 2024
1 check passed
@tomalrussell tomalrussell deleted the feature/buildings-exposure branch December 20, 2024 16:01
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