Skip to content

Commit

Permalink
minor heading fix: simpler -> simple (#85)
Browse files Browse the repository at this point in the history
* minor heading fix: simpler -> simple

The first heading of using change metrics says "Using a simpler" change metric, which was a bit confusing to me as it is the first that is introduced. I assume this is either a typo or left from some previous revision where it's not the first.

* Update Project.toml

---------

Co-authored-by: George Datseris <[email protected]>
  • Loading branch information
ikottlarz and Datseris authored Nov 19, 2024
1 parent 4cef6ae commit 2bd4a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TransitionsInTimeseries"
uuid = "5f5b98ec-1183-43e0-887a-12fdc55c52f7"
authors = ["Jan Swierczek-Jereczek <[email protected]>", "George Datseris <[email protected]>"]
version = "0.1.3"
version = "0.1.4"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/logistic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fig
# to weak chaos at r ≈ 3.847. This transition is barely visible in the
# timeseries, and in fact many of the timeseries statistical properties remain identical.

# ## Using a simpler change metric
# ## Using a simple change metric

# Now, let's compute various indicators and their changes,
# focusing on the permutation entropy as an indicator. We use
Expand Down

0 comments on commit 2bd4a92

Please sign in to comment.