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 aa8f58f commit 9ad6b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynpoint/processing/fluxposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def _objective(arg, count, n_components, sklearn_pca):

self.m_flux_pos_port[count].append(res, data_dim=2)

sys.stdout.write('\rRunning SimplexMinimizationModule... '
sys.stdout.write('\rRunning SimplexMinimizationModule... ')
sys.stdout.write(f'{n_components} PC - chi^2 = {chi_square:.8E}')
sys.stdout.flush()

Expand Down

0 comments on commit 9ad6b46

Please sign in to comment.