Tim Fuller
Tim Fuller
Obscenities, even in comments, should not appear in projects that may be used in publication of others' work
Is there a way to give a test a status other than `Timeout`, `Passed`, or `Failed`? In our testing suite, we have additional categories, such as `Diffed`. It would be...
I've add the following custom measurement to tests: ```xml
@rppawlo has shown that, in some problems, Tpetra's Import/Export operation can take a significant amount of time - as much as 98% of a computational task's time. @jhux2 and @tjfulle...
ExactPack's `requirements.txt` gives the `numpy` requirement as `numpy >= 1.13.3`, but I get the following error when trying to run its tests: ``` console $ pytest $(python3 -c 'import importlib.resources;...
## Enhancement #14545 re-implements work to speed up copy and permute, but the new code is hidden behind `Tpetra::Details::Behavior::useNewCopyAndPermute()`. The new code should be made the default and the old...