summaryrefslogtreecommitdiff
path: root/docs/src/pages/reference
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/reference')
0 files changed, 0 insertions, 0 deletions
ed from #2556. Follow-up to #2653 2021-12-10PWFA 1D: Fix output nameGravatar Axel Huebl 3-2/+2 Hard coded, undocumented convention: turns out this must be the name of the test that we define in the ini file. Logical, isn't it. Not. Follow-up to #2593 2021-12-10Fix: analysis_default_regression.pyGravatar Axel Huebl 1-1/+2 Mismatched checksum file due to crude hard-coding. 2021-12-10Python/setup.py: picmistandard==0.0.18Gravatar Axel Huebl 1-1/+1 Forgotten in #2593 2021-12-09Azure: Ensure latest venv installedGravatar Axel Huebl 1-0/+1 2021-12-09Python GNUmake: Remove Prefix HacksGravatar Axel Huebl 1-20/+20 FREEEEDOM. venv power. 2021-12-09GNUmake `installwarpx`: `mv` -> `cp`Gravatar Axel Huebl 1-1/+1 No reason to rebuild. Make will detect dependency when needed. 2021-12-09Azure: pre-install `setuptools` upgradeGravatar Axel Huebl 2-9/+9 Might fix: ``` - installing setuptools_scm using the system package manager to ensure consistency - migrating from the deprecated setup_requires mechanism to pep517/518 and using a pyproject.toml to declare build dependencies which are reliably pre-installed before running the build tools warnings.warn( TEST FAILED: /home/vsts/.local/lib/python3.8/site-packages/ does NOT support .pth files You are attempting to install a package to a directory that is not on PYTHONPATH and which Python does not read ".pth" files from. The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /home/vsts/.local/lib/python3.8/site-packages/ and your PYTHONPATH environment variable currently contains: '' Here are some of your options for correcting the problem: * You can choose a different installation directory, i.e., one that is on PYTHONPATH or supports .pth files * You can add the installation directory to the PYTHONPATH environment variable. (It must then also be on PYTHONPATH whenever you run Python and want to use the package(s) you are installing.) * You can set up the installation directory to support ".pth" files by using one of the approaches described here: https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-installation-locations Please make the appropriate changes for your system and try again. ``` 2021-12-09Regression/requirements.txt: openpmd-apiGravatar Axel Huebl 1-0/+1 Follow-up to 8f93e010ccf2bb2c5b1236330ebd27d104732890 2021-12-09Fix missing checksums1d (#2657)Gravatar Axel Huebl 3-0/+47 * Docs: Fix missing Checksum Ref * Checksum: LaserAcceleration_1d * Checksum: Python_PlasmaAcceleration_1d 2021-12-09GNUmake & `WarpX-test.ini`: `python` -> `python3`Gravatar Axel Huebl 2-21/+21 Consistent with all other calls to Python in tests. 2021-12-09Azure: `set -eu -o pipefail`Gravatar Axel Huebl 1-0/+2 Lol, that's not the default. We previously had `script` where it was the default. Introduced in #2615