Skip to content

Commit

Permalink
Try out DocStringExtensions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Feb 6, 2024
1 parent 59fb361 commit c6bea3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ArrayAllocators = "c9d4266f-a5cb-439d-837c-c97b191379f5"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
Expand Down
1 change: 1 addition & 0 deletions src/ProbNumDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using LinearAlgebra
import LinearAlgebra: mul!
import Statistics: mean, var, std, cov
using Printf
using DocStringExtensions

using Reexport
@reexport using DiffEqBase
Expand Down
3 changes: 3 additions & 0 deletions src/data_likelihoods/fenrir.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
$(TYPEDEF)
"""
function fenrir_data_loglik(
prob::SciMLBase.AbstractODEProblem,
alg::AbstractEK,
Expand Down

0 comments on commit c6bea3b

Please sign in to comment.