Wiley Morgan

Results 15 issues of Wiley Morgan

If there is a blank line in the summary tag, i.e.,: ``` !!Stuff !! !! More stuff ``` then the parser breaks thinking that there is a opening or closing...

bug

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.

bug

``` factorial_int_rank1.f90:6:6: use fortpy 1 Fatal Error: Cannot read module file 'fortpy.mod' opened at (1), because it was created by a different version of GNU Fortran compilation terminated. gfortran: error:...

enhancement

At times it is nice to see that errors are handled properly or to see that your code is failing where you know it should. This is equivalent to pythons...

enhancement

In symlib's ```symmetry.get_spaceGroup_atomTypes``` unit tests the following error occurs: ``` get_spaceGroup_sg_op.f90:9.9: real(dp), pointer :: sg_fract(:,:) 1 Error: Symbol 'dp' at (1) has no IMPLICIT type get_spaceGroup_sg_op.f90:10.9: real(dp), pointer :: sg_op(:,:,:)...

bug

When placing an assignment block inside of a test block the modifiers don't get assigned properly. For example if the this: ``` ``` assignment tag appeared after the end of...

bug

One of two things needs to happen. Either runtests.py should be able to handle camel case in the module name, i.e., the subroutine symmetryReduceKpointList in the module generateKpoints has to...

enhancement

For the enumeration code, if I include explicit calls to pysave and auxsave in the code it finds up to 1600 extra structures in some cases. Original run: ``` Calculating...

bug

When trying to read in an array of a user defined type fortpy uses fpy_get_drange to determine how large the array needs to be so it can be allocated. At...

bug

Within fortpy all the variables are changed to lower case to be self consistent. When bestprac.py runs it tries to find these variables in the codes and verify that all...

bug