Changeset 26666


Ignore:
Timestamp:
11/25/21 12:06:14 (3 years ago)
Author:
vverjans
Message:

CHG: Correcting python syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/stochasticforcing.py

    r26660 r26666  
    3535        s += 'Available fields:\n'
    3636        s += '   DefaultCalving\n'
     37        s += '   FloatingMeltRate\n'
    3738        s += '   SMBautoregression\n'
    3839        s += '   FrontalForcingsRignotAutoregression (thermal forcing)\n'
     
    5859        try:
    5960            np.linalg.cholesky(self.covariance)
    60         except LinAlgError:
     61        except:
    6162            error('md.stochasticforcing.covariance is not positive definite')
    6263
Note: See TracChangeset for help on using the changeset viewer.