Wiley Morgan
Results
2
comments of
Wiley Morgan
`factorial_dp_rank1` is a real function but for some reason when `fortpy` writes the test driver it declares the type of `factorial_dp_rank1` to be integer. This causes a type mismatch when...
Turns out this is happening because the file prefix being handed to fpy_get_drange is wrong: ``` call fpy_get_drange(drange, folder//'-', (/ 'RotIndx', 'perm ', 'v ' /)) ``` should be: ```...