Skip to content

Commit

Permalink
Click (#595)
Browse files Browse the repository at this point in the history
* changes needed for click

* remove debug print

* turn off verbose by default

* few places we were using x instead of self.x

moved generatetemplate into its own function
decorate function changed the input axes, so I now store the original ids

* if user passes a colormap do not use only the 16->39 range to autogen colors

* almost there

* nearly there

* corect python

* testing all combinations, also added an order keyword and tested against that as well

* print statements

* merge now masked and scrap the data generated by extra keys and then masked missing data, adding tets for merge fucntion

* for now use v81 since nightly cdms missing something in recipe

* fix @lee1043 error when sending list or merge

* if no colormap on object it would die, so creating a cmap

* if no colormap on object it would die, so creating a cmap

* numpy lowered

* numpy lowered some more

* numpy lowered some more even

* not a numpy issue

* fixed issue where reading data sudnely failed, it was autobounds that was set back too early

* flake8ed
  • Loading branch information
doutriaux1 committed Mar 21, 2019
1 parent 944883e commit 8e149e0
Show file tree
Hide file tree
Showing 8 changed files with 378 additions and 852 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ aliases:
command: |
mkdir -p workspace
git clone -b validateNightly [email protected]:CDAT/cdat workspace/cdat --depth=1
python workspace/cdat/scripts/install_miniconda.py -w $WORKDIR -p 'py3'
python workspace/cdat/scripts/install_miniconda.py -w $WORKDIR -p 'py3.6'
- &create_conda_env
name: create_conda_env
environment:
PKGS: "vcs vcsaddons mesalib matplotlib scipy cia testsrunner 'proj4<5' 'vtk-cdat>8.1'"
CHANNELS: "-c cdat/label/nightly -c conda-forge -c pcmdi"
CHANNELS: "-c cdat/label/v81 -c conda-forge -c pcmdi"
command: |
export PATH=$WORKDIR/miniconda/bin:$PATH
conda config --set always_yes yes --set changeps1 no
Expand Down
Loading

0 comments on commit 8e149e0

Please sign in to comment.