Marco Tazzari
Marco Tazzari
## Issue Description Similarly to what we did in the OasisLMF repo, add contributing guidelines and the Code Quality workflow. Details on the coding guidelines are at https://github.com/OasisLMF/OasisLMF/pull/1128 Details on...
Following what we have done in the OasisLMF/OasisLMF repo, this PR: - applies PEP8 to all the codebase; - fixes some flake8 errors throughout the codebase (see the code-quality.yml file...
## Issue Description Similarly to what we did in the OasisLMF repo, add coding guidelines and the Code Quality workflow. Details on the contributing guidelines are at https://github.com/OasisLMF/OasisLMF/pull/1128 Details on...
Right now uvtable.txt referred in the [quickstart example](https://mtazzari.github.io/galario/quickstart.html) is stored at https://www.ast.cam.ac.uk/~mtazzari/galario/uvtable.txt, which is not permanent. Move uvtable.txt to a permanent repository.
Readthedocs has many advantages, including automatic versioning of documentation. Our current process to produce the docs is with the `doctr` tool which relies on travis. Since in #184 we are...
Errors reported at build time, e.g. #190. I'd imagine the fix is just a matter of finding the minimum compute capability supported in NVIDIA 11 and amend that in the...
Fix these numpy warnings raised when building `galario` e.g. here https://github.com/mtazzari/galario/runs/2041093596 ```bash /home/runner/work/galario/galario/build/python/utils.py:220: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by...