rigoudyg / climaf

CliMAF - a Climate Model Analysis Framework - doc at : http://climaf.readthedocs.org/
Other
16 stars 7 forks source link

ncdump returns ncdump(object) #175

Closed jservonnat closed 4 years ago

jservonnat commented 4 years ago

@rigoudyg the ncdump function now only returns the call of the function but not the result of the ncdump command:

In [3]: ncdump(dat_cmip5)
Out[3]: ncdump(ds('CMIP5%%tos%1980-2000%global%/bdd%CNRM-CM5%*%historical%r1i1p1%monthly%*%latest'))

both in Ipython and Jupyter notebook. Any idea why it behaves like this now?

rigoudyg commented 4 years ago

@jservonnat I did not noticed this issue. It must be fixed with the commit https://github.com/rigoudyg/climaf/pull/171/commits/099b37fa896693eaabbb427c3dc0ceb3353a73d7 I have just pushed. Tell me if it does not work

jservonnat commented 4 years ago

@rigoudyg it works ;)! thanks!