Ignore:
Timestamp:
09/21/18 01:47:26 (6 years ago)
Author:
dubos
Message:

testing : small improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configs/testing/python/common.py

    r727 r740  
    55matplotlib.use('Agg')  
    66import matplotlib.pyplot as plt 
     7 
     8import matplotlib.style 
     9import matplotlib as mpl 
     10mpl.style.use('classic') 
    711 
    812def getdims(nc, *names): return [len(nc.dimensions[name]) for name in names] 
Note: See TracChangeset for help on using the changeset viewer.