Skip to content

Fix: Wrong fString in Cuda Backend

Markus Holzer requested to merge holzer/pystencils:Fix_Wrong_fString into master

Due to changing the string formating in pystencils, an error occurred in the CUDA backend, which is fixed by changing back to the classical string formating.

Furthermore, I added a compile instruction to test_fast_approximation to catch the error in the test cases, which was thrown at compile time in the pygrandchem module.

Merge request reports