"tests/cpp/test_interpolation.cpp" did not exist on "80000237c8b331e56d9b552bcd13c4e1a007994f"
Headerfile.parse removes strips " from strings
Compare changes
If Headerfile.parse gets a headerfile string that already contains the parenthesis, for example in pystencils cuda kernels (check the test_cuda.py from the integration tests) it preseverse these and the emitted contains include directives with double parentheses.
(Leading to a #include ""gpu_defines.hpp""
)
This MR fixes this and removes the "
if they are already in the string