google / xarray-beam

Distributed Xarray with Apache Beam
https://xarray-beam.readthedocs.io
Apache License 2.0
134 stars 7 forks source link

Avoid using zeros_like in xarray_beam.make_template #61

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Avoid using zeros_like in xarray_beam.make_template

This guards against the user error of (possibly accidentally) computing a template, which would likely cause Beam jobs to fail at scale.