Closed timonmerk closed 3 weeks ago
fp = np.reshape(fp, (91, 109, 91), order="A") (not "C") output order
Fixed by 647a0a1
fp = np.reshape(fp, (91, 109, 91), order="A") (not "C") output order