Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
femtotrader committed Apr 24, 2024
1 parent 32996c1 commit 454ffc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors = ["FemtoTrader <[email protected]>"]
version = "0.0.1-DEV"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
OnlineStatsBase = "925886fa-5bf2-5e8e-b522-a9147a512338"
Rocket = "df971d30-c9d6-4b37-b8ff-e965b2cb3a40"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OnlinePortfolioAnalytics.LogAssetReturn

### Sharpe ratio

### Sortino ration
### Sortino ratio

## Other

Expand Down
1 change: 1 addition & 0 deletions src/OnlinePortfolioAnalytics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The [`LICENSE`](@ref) abbreviation can be used in the same way for the `LICENSE.
"""
module OnlinePortfolioAnalytics

using DocStringExtensions
using OnlineStatsBase
#using OnlineStats: GeometricMean
using Statistics
Expand Down

0 comments on commit 454ffc2

Please sign in to comment.