Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo fixes
  • Loading branch information
TomDonoghue committed Jul 15, 2023
commit a43e9d144967bf02c5472fea361f58a7fdb8bb7a
2 changes: 1 addition & 1 deletion examples/manage/plot_data_exporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

###################################################################################################
#
# Note that there are limitations to using the bands definitons - notably that doing so
# Note that there are limitations to using the bands definitions - notably that doing so
# necessarily requires extracting at most 1 peak per band. In doing so, the extraction will
# select the dominant peak per band. However, this may not fully reflect the full model fit
# if there are, for example, multiple peaks fit within a band.
Expand Down
6 changes: 3 additions & 3 deletions examples/manage/plot_reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
methods_report_text(fooof_obj)

###################################################################################################
# Addtional Examples
# ~~~~~~~~~~~~~~~~~~
# Additional Examples
# ~~~~~~~~~~~~~~~~~~~
#
# In the above examples, not all the information was printed, as not all information was
# available in the example object (for example, it had no data).
#
# In the next example, let's see how the ouputs look for an example object with model fit results.
# In the next example, let's see how the outputs look for an example object with model fit results.
#

###################################################################################################
Expand Down