Paul Rigor
Paul Rigor
PR for testing features of [Codecov](https://docs.codecov.com/docs/quick-start).
I'm testing [Sphinx-Gallery](https://sphinx-gallery.github.io/stable/index.html) to render some Python scripts under `psydac/examples/*`. This gallery is the same one that [Scikit-learn](https://scikit-learn.org/stable/auto_examples/index.html#examples) uses. First the doc deployment pipeline needs to be functional; once it...
Solves first TODO item in #406. Summary of changes: * Removed `finalize_options()` since this method does not differ from its [base class implementation](https://github.com/pypa/setuptools/blob/b3fc00fe1b242714029f46f03cafaaf324ae380d/setuptools/command/build_py.py#L38-L44), therefore making the override unnecessary. * For...
Address #106. On my local machine (Ubuntu 22.04) the `sympde` tests pass for `sympy 1.9` but fail for `sympy 1.10-1.12`. Let's see if the CI picks up the same failures...
#408 observed failures on the `macOS` test, presumably related to the [recent changes in the `macOS` runner](https://github.com/orgs/community/discussions/102846). This PR will attempt to replicate this issue and fix it.
The docs badge in the [README](https://github.com/pyccel/sympde/blob/master/README.rst) reflects failing doc builds from more than [8 months ago](https://readthedocs.org/projects/sympde/builds). The GitHub integration to Readthedocs needs to be rechecked: https://docs.readthedocs.io/en/stable/guides/setup/git-repo-manual.html#how-to-manually-configure-a-git-repository-integration
[`test_derham_projector_3d`](https://github.com/pyccel/psydac/blob/66205a5978abd2397a3ac9e2e046013993ad6857/psydac/feec/tests/test_global_projectors.py#L256) and [`test_3d_commuting_pro_3`](https://github.com/pyccel/psydac/blob/66205a5978abd2397a3ac9e2e046013993ad6857/psydac/feec/tests/test_commuting_projections.py#L162) collectively take ~10mins to run. This PR tries to drastically reduce this long test time. ```bash # # Run tests on 4 CPUs just like GitHub runners...