Changeset 27424


Ignore:
Timestamp:
11/24/22 13:07:11 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: trying to debug py tests

Location:
issm/trunk-jpl/src/m/classes
Files:
2 edited

Legend:

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

    r27417 r27424  
    9999        md = checkfield(md, 'fieldname', 'debris.requested_outputs', 'stringrow', 1)
    100100
    101         if not np.any(np.isnan(md.stressbalance.vertex_pairing)):
     101        if not np.any(np.isnan(md.stressbalance.vertex_pairing)) and len(md.stressbalance.vertex_pairing) > 0:
    102102            md = checkfield(md, 'fieldname', 'stressbalance.vertex_pairing', '>', 0)
    103103        return md
  • issm/trunk-jpl/src/m/classes/masstransport.py

    r25869 r27424  
    4949
    5050    #}}}
     51
    5152    def setdefaultparameters(self):  # {{{
    5253        # Type of stabilization to use 0:nothing 1:artificial_diffusivity 3:Discontinuous Galerkin
Note: See TracChangeset for help on using the changeset viewer.