Noah D. Brenowitz
Noah D. Brenowitz
We could add this to the docstring. I agree the xarray user typically expects a daskified experience when opening a zarr.
Could just add these options to `run_basic_inference`.
Thanks for the report. I've done this myself many times. Indeed the caching logic is not very robust right now. When writing to the cache we could write e.g. to...
Thanks. I agree this seems like a bug in the dlwp loader. I'm not sure if it is broken for other models. cc @ktangsali @NickGeneva
@yairchn Just ran into this problem. worth fixing.
Not 100% clear what is meant by movement between grids.
@mnabian I could make this refactor if you like. Thoughts? For example, this code: ``` # Parse deterministic sampler options sigma_min = getattr(cfg, "sigma_min", None) sigma_max = getattr(cfg, "sigma_max", None)...
Go for it @DavidLandup0 !
cc @mnabian @MortezaMardani
Yes it is for the regression model. It should be deterministic yes, but the RegressionLoss generates a random sigma, while the inference code has sigma=1. I think this is a...