fortpy icon indicating copy to clipboard operation
fortpy copied to clipboard

autovar failure

Open wsmorgan opened this issue 7 years ago • 1 comments

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.

wsmorgan avatar Feb 09 '18 16:02 wsmorgan

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.

wsmorgan avatar Feb 09 '18 17:02 wsmorgan