Fixed small bug in batch_process_metadata_ekf.py

This commit is contained in:
Angel 2019-01-24 14:10:47 +01:00 committed by Beat Küng
parent e89779364e
commit 7097c0a1b8
1 changed files with 2 additions and 2 deletions

View File

@ -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])