From 1f54d8ac8a40fa4fcfde00f8cd352473f0dcdbee Mon Sep 17 00:00:00 2001 From: schillic Date: Wed, 8 Jan 2025 10:09:26 +0100 Subject: [PATCH 1/2] fix typo in comment --- src/Hybrid/solve.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hybrid/solve.jl b/src/Hybrid/solve.jl index 0fa141128..f0699863e 100644 --- a/src/Hybrid/solve.jl +++ b/src/Hybrid/solve.jl @@ -407,7 +407,7 @@ end # initial set is given as a tuple (location, set) # initial set is a vector of tuples [(loc_1, set_1), ..., (loc_n, set_n)] -# optionally it is checked that each set has a non-empty intersction with loc_i's invariant +# optionally it is checked that each set has a non-empty intersection with loc_i's invariant function _distribute(ivp::InitialValueProblem{HS, VQT}; check_invariant=false) where {HS<:HybridSystem, ST, QT<:Tuple{Int}, ST}, VQT<:AbstractVector{QT}} From 988aab40753d552bd87f8fdbc8f576be7633d9a0 Mon Sep 17 00:00:00 2001 From: schillic Date: Wed, 8 Jan 2025 10:09:37 +0100 Subject: [PATCH 2/2] ignore 'indexin' as a typo --- .typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.typos.toml b/.typos.toml index 09aff956d..bfb853773 100644 --- a/.typos.toml +++ b/.typos.toml @@ -9,6 +9,8 @@ GIR = "GIR" AKS = "AKS" FRE = "FRE" Ein = "Ein" +# `indexin` is a function name +indexin = "indexin" [files] # do not check the following files: