Fix: Wrong fString in Cuda Backend
Compare changes
@@ -98,7 +98,7 @@ class CudaSympyPrinter(CustomSympyPrinter):
@@ -98,7 +98,7 @@ class CudaSympyPrinter(CustomSympyPrinter):
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.