From 1ee18f8bbb180d615353aac313be89c0376ec1c8 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Wed, 22 May 2019 00:10:00 -0700 Subject: [PATCH] Force memory cleaning --- bilby/gw/likelihood.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bilby/gw/likelihood.py b/bilby/gw/likelihood.py index cfbcf53c1..d75251edd 100644 --- a/bilby/gw/likelihood.py +++ b/bilby/gw/likelihood.py @@ -986,7 +986,9 @@ class ROQGravitationalWaveTransient(GravitationalWaveTransient): linear_matrix[roq_idxs], max_elements) * 4 / ifo.strain_data.duration - del tc_shifted_data + del tc_shifted_data, shifted_data, single_time_shift, overlap_frequencies + import gc + gc.collect() self.weights[ifo.name + '_quadratic'] = build_roq_weights( 1 / -- GitLab