-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed example bug and updated output. (#513)
* Fixed example bug and updated output. fixed a bug in the harmonic_oscillators.py example that wasn't actually retrieving the data from the results object for reverse exponential averaging. Added logging to the two harmonic oscillator files. Update the output of the example scripts since they were quite old. * format fixes for black * fix doc building * we need to add html_theme since that gets injected later by RTD --------- Co-authored-by: Mike Henry <[email protected]>
- Loading branch information
1 parent
7b4f89f
commit e5b7f12
Showing
10 changed files
with
2,345 additions
and
1,516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,6 @@ dependencies: | |
- xlrd | ||
# Docs | ||
- numpydoc | ||
- sphinx <7 | ||
- sphinx | ||
- sphinx-rtd-theme | ||
- sphinxcontrib-bibtex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
examples/harmonic-oscillators/cumulative_probability_comparison_curves.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,422 changes: 1,418 additions & 1,004 deletions
2,422
examples/harmonic-oscillators/harmonic-oscillators-distributions.py_output.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,420 changes: 912 additions & 508 deletions
1,420
examples/harmonic-oscillators/harmonic-oscillators.py_output.txt
Large diffs are not rendered by default.
Oops, something went wrong.