Ignore:
Timestamp:
02/11/19 04:14:06 (6 years ago)
Author:
bdef
Message:

CHG: pyhton 3 migration (not opperational yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/py3/classes/qmu/uniform_uncertain.py

    r23677 r23709  
    11import numpy as np
    2 from vlist_write import vlist_write
     2#from vlist_write import *
    33from MatlabArray import *
    44
     
    2828        def uniform_uncertain(*args):
    2929                nargin = len(args)
     30
    3031                # create a default object
    3132                if nargin == 0:
     
    153154                # collect only the variables of the appropriate class
    154155                uuv = [struc_class(i,'uniform_uncertain','uuv') for i in dvar]
    155 
     156                # possible namespace pollution, the above import seems not to work
     157                from vlist_write import vlist_write
    156158                # write variables
    157159                vlist_write(fidi,'uniform_uncertain','uuv',uuv)
Note: See TracChangeset for help on using the changeset viewer.