Forgotten stderr flush.
Former-commit-id: 27e83e9aa9db4bbed4273b3dc5adffa910bcf066
This commit is contained in:
parent
30013ac7fa
commit
8646b18492
|
@ -1205,6 +1205,7 @@ def scatter_plane_wave_rectarray(omega, epsilon_b, xN, yN, xd, yd, TMatrices, k_
|
||||||
if watch_time:
|
if watch_time:
|
||||||
timecold = time.time()
|
timecold = time.time()
|
||||||
print('%.4f: factorizing the interaction matrix' % timecold, file=sys.stderr)
|
print('%.4f: factorizing the interaction matrix' % timecold, file=sys.stderr)
|
||||||
|
sys.stderr.flush()
|
||||||
lupiv = scipy.linalg.lu_factor(leftmatrix, overwrite_a=True)
|
lupiv = scipy.linalg.lu_factor(leftmatrix, overwrite_a=True)
|
||||||
leftmatrix = None
|
leftmatrix = None
|
||||||
if watch_time:
|
if watch_time:
|
||||||
|
|
Loading…
Reference in New Issue