Update localization_log_gamma_model.py

This commit is contained in:
HappyZ 2019-06-05 22:34:23 -05:00
parent 6492438cdf
commit acb197ef95
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def fittingSingle(filepath, args):
best_rsses = est_rsses
# calculate diff
data_best_est = convert_vector_to_mat(rx_locs, best_rsses, data.shape, block_size=0.1)
data_best_est = convert_vector_to_mat(rx_locs, best_rsses, data.shape)
data_diff = data - data_best_est
stat = stats(data_diff)