Skip to content

Commit

Permalink
output fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Aug 3, 2019
1 parent 2dddf29 commit aa8f58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynpoint/processing/fluxposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ def _objective(arg, count, n_components, sklearn_pca):
tol=None,
options={'xatol': self.m_tolerance, 'fatol': float('inf')})

sys.stdout.write(' [DONE]\n')
sys.stdout.flush()
sys.stdout.write(' [DONE]\n')
sys.stdout.flush()

history = f'merit = {self.m_merit}'

Expand Down

0 comments on commit aa8f58f

Please sign in to comment.