Changeset 26018


Ignore:
Timestamp:
02/22/21 10:14:55 (4 years ago)
Author:
bulthuis
Message:

BUG: fix issue with sampling.py

File:
1 edited

Legend:

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

    r26017 r26018  
    7373        md = checkfield(md,'fieldname','sampling.phi','NaN',1,'Inf',1,'numel',1,'>=',0)
    7474        md = checkfield(md,'fieldname','sampling.alpha','NaN',1,'Inf',1,'numel',1,'>',0)
    75         md = checkfield(md,'fieldname','sampling.robin','numel',1,'values',[0 1])
     75        md = checkfield(md,'fieldname','sampling.robin','numel',1,'values',[0, 1])
    7676        md = checkfield(md,'fieldname','sampling.seed','NaN',1,'Inf',1,'numel',1)
    7777        md = checkfield(md,'fieldname','sampling.requested_outputs','stringrow',1)
Note: See TracChangeset for help on using the changeset viewer.