From 7097c0a1b83367459cb21da12d99ef88118e7b11 Mon Sep 17 00:00:00 2001 From: Angel Date: Thu, 24 Jan 2019 14:10:47 +0100 Subject: [PATCH] Fixed small bug in batch_process_metadata_ekf.py --- Tools/ecl_ekf/batch_process_metadata_ekf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/ecl_ekf/batch_process_metadata_ekf.py b/Tools/ecl_ekf/batch_process_metadata_ekf.py index 22b870f9b1..7618c06cab 100755 --- a/Tools/ecl_ekf/batch_process_metadata_ekf.py +++ b/Tools/ecl_ekf/batch_process_metadata_ekf.py @@ -167,8 +167,8 @@ if (len(result1) > 0 and len(result2) > 0): plt.xlabel("mag_test_mean") plt.ylabel("Frequency") -pp.savefig() -plt.close(1) + pp.savefig() + plt.close(1) # Velocity Sensor (GPS) temp = np.asarray([population_data[k].get('vel_test_max') for k in found_keys])