fortpy
fortpy copied to clipboard
autovar failure
The current version of fortpy raises these issues on tests that used to run:
ERROR: [autovar] could not parse value '362880.00000000000' of type 'int'.
such as symlib's factorial_dp_rank1.
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 the unit tests comparison occurs.