Skip to content

Commit 8c13066

Browse files
make Koopman operators functions and patch.
1 parent cf47e85 commit 8c13066

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DataDrivenDiffEq"
22
uuid = "2445eb08-9709-466a-b3fc-47e12bd697a2"
33
authors = ["Julius Martensen <[email protected]>"]
4-
version = "0.5.4"
4+
version = "0.5.5"
55

66
[deps]
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

src/DataDrivenDiffEq.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using FiniteDifferences, DataInterpolations
1010
using Compat
1111
using DocStringExtensions
1212

13-
abstract type AbstractKoopmanOperator end;
13+
abstract type AbstractKoopmanOperator <: Function end;
1414

1515
include("./optimizers/Optimize.jl")
1616
using .Optimize
@@ -85,6 +85,6 @@ export burst_sampling, subsample
8585

8686
include("./basis_generators.jl")
8787
export chebyshev_basis, monomial_basis, polynomial_basis
88-
export sin_basis, cos_basis, fourier_basis
88+
export sin_basis, cos_basis, fourier_basis
8989

9090
end # module

0 commit comments

Comments
 (0)