-
I've just started seeing these warnings:
``` python
import cdms2 as cdm
import MV2 as MV
# Set nc classic as outputs
cdm.setNetcdfShuffleFlag(0)
cdm.setNetcdfDeflateFlag(0)
cdm.setNetcdfDeflateLevelF…
-
On OSX at least.
```
(nightly2) doutriaux1@loki:[Jupyter]:[EzPlot*]:[22912]> conda create -n cdms2 -c uvcdat/label/nightly -c conda-forge cdms2
Fetching package metadata ...............
Solving …
-
@chaosphere2112 I have followed the **Old CDAT tutorials** link from the _SOFTWARE_ pull-down menu of http://www-pcmdi.llnl.gov, and I found http://uv-cdat.github.io/cdat-site/ !
Maybe this should be…
-
I'm not convinced our handling of ClearKey content is correct. We currently define the clear-key UUID as:
```
1077efec-c0b2-4d02-ace3-3c1e52e2fb4b
```
But there's also a ClearKey UUID:
```
e2719…
ojw28 updated
6 years ago
-
```
>>> import numpy
>>> b=numpy.array([1,2,3])
>>> c=numpy.arange(10)
>>> c
array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
>>> c[b]
array([1, 2, 3])
>>> b
array([1, 2, 3])
>>> import cdms2
>>> d=cd…
-
see: https://github.com/UV-CDAT/cdms/pull/183
The original circleci was requesting emsf/esmpy which would somehow force python back down to 27.
I can reproduce the issue on my mac
-
### Expected behavior
Be able to create a cohort that had a Percutaneous coronary intervention (procedure) in the same visit where they also had an inpatient visit with a primary diagnosis non-st myo…
-
**Description**
Call exec_resize return 500 if the exec instance finishes execution.
**Steps to reproduce the issue:**
```
$ docker run -d --name test nginx
$ cat > test.py
-
I'm trying to cross compile packager to run on an arm computer for an embedded application. I've set these environment variables:
```
GYP_CROSSCOMPILE=1
GYP_DEFINES="target_arch=arm64"
```
and run `…
-
What am I missing?
The following is the tail of the stdout while running prepare with cmor3.2.
Should I install genutil outside of this anaconda package?
/home/a1r/anaconda2/envs/CMOR/lib/pytho…