Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
89c5f314
Commit
89c5f314
authored
Nov 10, 2017
by
Unknown
Browse files
Add completion message to Model.do_fit
parent
37306ffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/analysis/model.py
View file @
89c5f314
...
...
@@ -364,6 +364,7 @@ class Model(object):
self
.
_get_guess_chunk
()
self
.
_get_data_chunk
()
print
(
'Completed computing fit. Writing to file.'
)
self
.
fit
=
np
.
hstack
(
tuple
(
results
))
self
.
_set_results
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment