Leif Denby
Leif Denby
Apologies if you've already noticed this, but running the example in the README is giving me a segfault when calling `.build()` ```python from annoy import AnnoyIndex import random f =...
I was getting a strange error when initiating a regridder (from `PET0.ESMF_LogFile`): ``` 20180926 112440.533 ERROR PET0 ESMF_IOScrip.F90:211 ESMF_OutputWeightFile Operation not yet supported - "factorList" has size 0 and PET...
The issue I am having is that I am getting a warning when creating a regridder (with `xesmf.Regridder`) that the input is not Fortran contiguous. Independent of what I do...
Currently the `|bootstrap` templatetag causes an exception to be fired if used on an undefined form element. I've changed it to just return None if the element is empty.
I have a opendap server where the files are stored with a time-span in the filename which is always one hour apart, for example `LIDAR_obs_09291300_09291400.nc` i.e. the format is `LIDAR_obs_{{t_start.strftime("%m%d%H%M")}}_{{t_end.strftime("%m%d%H%M")}}.nc`...
Add `BatchGenerator.to_zarr` and `BatchGenerator.from_zarr` to make it possible to save generated batches to zarr and later load them from zarr. By chunking along the batch dimension this enables fast data-loading...
Fixes https://github.com/zmathew/django-ajax-upload-widget/issues/7 If `MEDIA_URL` was set to `http://...` then the uploader would fail because the returned path from Amazon S3 is `https://..`. This commit fixes this by using `urlparse` instead...
First, thanks for a great project! I work with output from a Large-Eddy Simulation model (UCLA-LES) which decomposes the 3D spatial domain into horizontally separated columns so that each MPI...
First, thank you for building this! It nearly works for me in that `scom` starts up, I briefly see some jobs in the "Job queue", but then `scom` crashes with:...