Skip to content

Commit 4bf01f7

Browse files
committed
don't export internal api
1 parent faeb05f commit 4bf01f7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/SciMLBase.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,4 @@ export ContinuousCallback, DiscreteCallback, CallbackSet, VectorContinuousCallba
839839

840840
export Clocks, TimeDomain, is_discrete_time_domain, isclock, issolverstepclock, iscontinuous
841841

842-
export AlgorithmInterpretation
843-
844842
end

src/alg_traits.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,5 @@ For more information, see https://oatml.cs.ox.ac.uk/blog/2022/03/22/ito-strat.ht
263263
interpretations are expected to have different answers on almost all SDEs without additive noise.
264264
"""
265265
function alg_interpretation(alg::AbstractSciMLAlgorithm)
266-
error("Algorithm interpretation is not defined for this algorithm. It can be either AlgorithmInterpretation.Ito or AlgorithmInterpretation.Stratonovich")
266+
error("Algorithm interpretation is not defined for this algorithm. It can be either `AlgorithmInterpretation.Ito` or `AlgorithmInterpretation.Stratonovich`")
267267
end

0 commit comments

Comments
 (0)