-
https://github.com/PlasmaControl/DESC/actions/runs/11567604447/job/32198430312?pr=1119
-
test_global_tester_calls fails with python 3.11.9 here, it works fine with 3.12.5. Not sure what's the difference to github's CI, where it seems to pass, too.
```
❯ python3.11 -m pytest
=========…
-
Current pytest implementation does not test `mpirun` or `restart` function. These two must be added to the pytest.
Also, I think we should reconsider `TF_fsi` as a benchmark problem and move to diffe…
-
Looking at the fallout of the `py` dropping, it seems like one recurrent issue is that people create their own `py.io.TerminalWriter`:
- [pytest-xdist](https://github.com/pytest-dev/pytest-xdist/co…
-
[Edited - I wrongly worried about file size]
Currently the pytest-benchmark JSON outputs are emitting the tensor values (with `...` for large tensors) on which benchmarks are run.
![image](https…
-
_Issue [JP-3775](https://jira.stsci.edu/browse/JP-3775) was created on JIRA by [Ned Molter](https://jira.stsci.edu/secure/ViewProfile.jspa?name=emolter):_
Add and implement tools to ensure that pul…
-
The current behaviour is to return the last result of multiple iterations. This makes testing stateful functions difficult.
For example:
```
import pytest
class foo():
def __init__(self):
…
-
The magic name-matching of pytest's fixtures can lead to namespace clashes, apart from being unpythonic (see #3834). Getting a wrong fixture may lead to hard-to-debug errors, especially if one does no…
-
```
Fatal Python error: Segmentation fault
Thread 0x00007fd0457fa700 (most recent call first):
File "/opt/rh/rh-python38/root/usr/lib64/python3.8/threading.py", line 306 in wait
File "/opt/r…
-
`data_store/test_property_graph_mg.py::test_vertex_vector_property` passes, but it should not because the worker throws an exception. Test command (on a 2-GPU workstation) and output is below.
We …