Fix: Wrong fString in Cuda Backend
Files
3+ 13
− 7
@@ -33,10 +33,11 @@ class CudaBackend(CBackend):
@@ -45,6 +46,7 @@ class CudaBackend(CBackend):
@@ -96,9 +98,13 @@ 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.