Kurt Sansom

Results 20 issues of Kurt Sansom

I would like to upgrade all the packages to work with Node 16. Is there a graceful path to do so? It feels like a slippery slope into dependency hell....

### Description I have made a cool thing with the studio app, but now I want to convert that to using the lower level C++ interface. The example in the...

kernel

### Description feature request: add sinh, cosh, tanh, asinh, acosh, and atanh currently hyperbolic functions are unavailable I would like to emulate the prolate spheroidal coordinates which appears to necessitate...

For relative equals there is check in case the values are small. This commit provides a relative equals that defaults to direct when the values are small. e.g. ` max(relative_tolerance*abs(expected),...

Added an option to skip adding the test in the `add_pfunit_ctest.cmake` function. this is a workaround for #299

It appears that pfunit CI/CD tests with gcc-8 and up, and I am having an issue compiling the submodules with gcc-4.9. but there are also old documents that mention earlier...

Tools like pytest provides a test collection mechanism. We are looking into using a cmake macro to do test collection. i.e. search the source tree for files with `*.pf` extension...

enhancement

context: Converting a regression test to use pfunit from fruit, and the original test is not really `unit` sized compares a stored "analytical" solution to the output of the program....

Hi I am looking for an example that use the `@begin` idiom, but can't seem to find an example.

Update the documentation to add requirement for newer version of git. i.e. git 1.8.3.1 and git 1.X probably won't work. `git clone --recursive` fails for older git versions. other variants...