fredrik-1
fredrik-1
Reading a netcdf variable with for example the index 0:10:2 is several hundreds times slower than with a index with a non constant step size. nf=Dataset('file.nc', 'r') v=nf['temperature'][0:10:2, :, :]...
What are the expected behavior in the return section when the output variable name is not given? In the documentation it is written that the variable name is optional and...
I didn't get `automodsumm` to work with templates in the way that I wanted #46. This is a solution that works for my application but I don't understand the code...
I get the following error when I try to use` automodsumm ` with a template when building matplotlib. `jinja2.exceptions.TemplateAssertionError: no filter named 'underline'`. The error happen in the call ```...