fix: gamma_method call removed from read_Bilinear_hd5

This commit is contained in:
Fabian Joswig 2021-11-18 12:45:19 +00:00
parent 0bf1e6cfd4
commit 49af3a93ca

View file

@ -176,7 +176,6 @@ def read_Bilinear_hd5(path, filestem, ens_id, order='F'):
real = Obs([rolled_array[si, sj, ci, cj].real], [ens_id], idl=[cnfg_numbers])
imag = Obs([rolled_array[si, sj, ci, cj].imag], [ens_id], idl=[cnfg_numbers])
matrix[si, sj, ci, cj] = CObs(real, imag)
matrix[si, sj, ci, cj].gamma_method()
result_dict[key] = Npr_matrix(matrix.swapaxes(1, 2).reshape((12, 12), order=order), mom_in=mom_in, mom_out=mom_out)