Changeset 26340


Ignore:
Timestamp:
06/30/21 21:38:54 (4 years ago)
Author:
schlegel
Message:

CHG: check version of dakota

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/clusters/discover.py ΒΆ

    r26338 r26340  
    120120        if isdakota:
    121121            version = IssmConfig('_DAKOTA_VERSION_')[0:2]
    122             version = float(version)
     122            version = float(str(version[0]))
    123123            if version >= 6:
    124124                executable = 'issm_dakota.exe'
Note: See TracChangeset for help on using the changeset viewer.