We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd33cc commit d958db2Copy full SHA for d958db2
.gitignore
@@ -24,6 +24,7 @@ input/starburst99
24
input/inits/outputs/
25
input/bpass_v1/SEDS
26
input/bpass_v1/*tar.gz
27
+input/bpass_v1_stars/*
28
input/bpass_v2
29
input/inits/*.txt
30
input/nircam
run_tests_local.sh
@@ -3,4 +3,4 @@
3
# Can never remember all the flags
4
pytest --cov-config=.coveragerc --cov=ares --cov-report=html -v tests/*.py
5
6
-rm -f test_*.pkl test_*.txt test_*.hdf5
+rm -f test_*.pkl test_*.txt test_*.hdf5 hmf*.pkl hmf*.hdf5
0 commit comments