We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After the optimization is complete the user should be able to save it. And maybe load it again if wanted.
Proposed behavior Something like this:
fitter = itfit.Fitter(xdata, ydata) fitter() plt.show() fitter.get_last_fit().save_fit("example.txt")
We probably want 2 files with:
The text was updated successfully, but these errors were encountered:
Sir-Bip-Bop
When branches are created from issues, their pull requests are automatically linked.
After the optimization is complete the user should be able to save it. And maybe load it again if wanted.
Proposed behavior
Something like this:
We probably want 2 files with:
The text was updated successfully, but these errors were encountered: