Skip to content

Commit

Permalink
add metric demo implementation, update astropy version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarayan committed Oct 23, 2018
1 parent a862c2d commit 4b5b08b
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 16 deletions.
3 changes: 1 addition & 2 deletions conda_env_py36_i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- rise=5.3.0=py36_0
- appdirs=1.4.3=py36h28b3542_0
- asn1crypto=0.24.0=py36_0
- astropy=3.0.4=py36h14c3975_0
- astropy=3.0.5=py36h14c3975_0
- atomicwrites=1.2.0=py36_0
- attrs=18.1.0=py36_0
- automat=0.7.0=py36_0
Expand Down Expand Up @@ -145,5 +145,4 @@ dependencies:
- pyhamcrest==1.9.0
- schwimmbad==0.3.0
- toolz==0.9.0
prefix: /home/gnarayan/miniconda3/envs/plasticc

3 changes: 1 addition & 2 deletions conda_env_py36_osx64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- appdirs=1.4.3=py36h28b3542_0
- appnope=0.1.0=py36hf537a9a_0
- asn1crypto=0.24.0=py36_0
- astropy=3.0.4=py36h1de35cc_0
- astropy=3.0.5=py36h1de35cc_0
- atomicwrites=1.2.0=py36_0
- attrs=18.1.0=py36_0
- automat=0.7.0=py36_0
Expand Down Expand Up @@ -141,5 +141,4 @@ dependencies:
- dask==0.19.0
- gatspy==0.3
- toolz==0.9.0
prefix: /Users/gnarayan/anaconda3/envs/plasticc

102 changes: 91 additions & 11 deletions plasticc_classification_demo.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
astropy==3.0.4
astropy==3.0.5
cesium==0.9.6
Cython==0.28.5
gatspy==0.3
Expand Down

0 comments on commit 4b5b08b

Please sign in to comment.