karpob / pycrtm

Apache License 2.0
4 stars 16 forks source link

Bug with TauLevels introduced when moving cumsum into fortran #84

Closed karpob closed 4 years ago

karpob commented 4 years ago

When I tried to move cumsum into fortran (as opposed to using slower method using numpy outside fortran interface), I forgot to initialize the first element of the output with the input. So, the first element was a pseudo random number (whatever was in memory).

karpob commented 4 years ago

LGTM! Fix the bug!