Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pycbc_coinc_time #4822

Merged
merged 2 commits into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
185 changes: 0 additions & 185 deletions bin/pycbc_coinc_time

This file was deleted.

1 change: 0 additions & 1 deletion requirements-igwn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ ciecplib[kerberos] >= 0.7.0
dqsegdb2 >= 1.1.4
amqplib
htchirp >= 2.0
dqsegdb >= 2.0.0
2 changes: 1 addition & 1 deletion tools/pycbc_test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
if [ "$PYCBC_TEST_TYPE" = "help" ] || [ -z ${PYCBC_TEST_TYPE+x} ]; then
# check that all executables that do not require
# special environments can return a help message
for prog in `find ${PATH//:/ } -maxdepth 1 -name 'pycbc*' -print 2>/dev/null | egrep -v '(pycbc_live_nagios_monitor|pycbc_mvsc_get_features|pycbc_coinc_time)' | sort | uniq`
for prog in `find ${PATH//:/ } -maxdepth 1 -name 'pycbc*' -print 2>/dev/null | egrep -v '(pycbc_live_nagios_monitor|pycbc_mvsc_get_features)' | sort | uniq`
do
echo -e ">> [`date`] running $prog --help"
$prog --help &> $LOG_FILE
Expand Down
1 change: 0 additions & 1 deletion tools/static/cant_be_built
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pycbc_mvsc_dag
pycbc_inspinjfind
pycbc_get_loudest_params
pycbc_randomize_inj_dist_by_optsnr
pycbc_coinc_time
pycbc_inference_plot_prior
pycbc_inference_plot_posterior
pycbc_fit_sngls_over_param
Expand Down
1 change: 0 additions & 1 deletion tools/static/needs_full_build
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pycbc_coinc_time
pycbc_geom_aligned_2dstack
pycbc_plot_glitchgram
pycbc_compute_durations
Expand Down
Loading