Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jul 26, 2024
1 parent 7bde27a commit 28095a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Oxygen = "df9a0d86-3283-4920-82dc-4555fc0d1d8b"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"

[compat]
KiteModels = "0.6.2"
KiteModels = "0.6.1"
KitePodModels = "0.3.3"
julia = "~1.10"
3 changes: 2 additions & 1 deletion tests/test_steady_state.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using KiteModels, KitePodModels

set = se()
if ! @isdefined kcu
const kcu = KCU()
const kcu = KCU(set)
end
if ! @isdefined kps
const kps = KPS4(kcu)
Expand Down

0 comments on commit 28095a6

Please sign in to comment.