Skip to content

Commit

Permalink
Merge pull request #75 from brittonsmith/submodule
Browse files Browse the repository at this point in the history
add data files as submodule
  • Loading branch information
brittonsmith committed Sep 7, 2020
2 parents 8553f8d + 97c129b commit f5c318c
Show file tree
Hide file tree
Showing 19 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ commands:
- run:
name: "Install dependencies."
command: |
git submodule update --init
source $BASH_ENV
sudo apt-get update
sudo apt-get install -y libhdf5-serial-dev gfortran libtool-bin
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "grackle_data_files"]
path = grackle_data_files
url = https://github.com/grackle-project/grackle_data_files
1 change: 1 addition & 0 deletions grackle_data_files
Submodule grackle_data_files added at 953230
1 change: 1 addition & 0 deletions input
Binary file removed input/CloudyData_UVB=FG2011.h5
Binary file not shown.
Binary file removed input/CloudyData_UVB=FG2011_shielded.h5
Binary file not shown.
Binary file removed input/CloudyData_UVB=HM2012.h5
Binary file not shown.
Binary file removed input/CloudyData_UVB=HM2012_high_density.h5
Binary file not shown.
Binary file removed input/CloudyData_UVB=HM2012_shielded.h5
Binary file not shown.
Binary file removed input/CloudyData_noUVB.h5
Binary file not shown.
Binary file removed input/cloudy_metals_2008_3D.h5
Binary file not shown.
1 change: 1 addition & 0 deletions src/python/tests/example_answers
Binary file removed src/python/tests/example_answers/cooling_cell.h5
Binary file not shown.
Binary file removed src/python/tests/example_answers/cooling_rate.pc0.h5
Binary file not shown.
Binary file removed src/python/tests/example_answers/cooling_rate.pc1.h5
Binary file not shown.
Binary file removed src/python/tests/example_answers/cooling_rate.pc2.h5
Binary file not shown.
Binary file removed src/python/tests/example_answers/cooling_rate.pc3.h5
Binary file not shown.
Binary file removed src/python/tests/example_answers/freefall.h5
Binary file not shown.
Binary file removed src/python/tests/example_answers/freefall_metal.h5
Binary file not shown.

0 comments on commit f5c318c

Please sign in to comment.