Skip to content
Snippets Groups Projects

gwdatafind 1.0.5 [production]

Merged Duncan Macleod requested to merge cherry-pick-06e3504e into master
2 files
+ 10
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,7 +2,13 @@
set -ex
export LIGO_DATAFIND_SERVER="datafind.gw-openscience.org:80"
# use the open-science gwdatafind server
export GWDATAFIND_SERVER="datafind.gw-openscience.org:80"
# check that we can query for types
python -m gwdatafind --show-types
python -m gwdatafind -o H -t H1_GWOSC_O2_4KHZ_R1 --latest
# check that the latest file for an old dataset is what we think it should be
test \
$(python -m gwdatafind -o H -t H1_GWOSC_O2_4KHZ_R1 --latest | xargs basename) == \
"H-H1_GWOSC_O2_4KHZ_R1-1187733504-4096.gwf"
Loading