marreitin
Results
1
issues of
marreitin
**Describe the bug** Given the faulty test [from here](https://github.com/spcl/dace/blob/9f36d92c03fd043693b1b095df187cbd0d582f1d/tests/fortran/intrinsic_blas_test.py#L35) on the `f2dace-windwill` branch: ```python def test_fortran_frontend_dot_range(): sources, main = SourceCodeBuilder().add_file(""" subroutine main(arg1, arg2, res1) double precision, dimension(5) :: arg1 double...