Skip to content

Commit

Permalink
remove KitePodModels
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Nov 2, 2024
1 parent c598a2f commit 82e030d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/depower_simple.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Pkg, Timers
tic()
if ! ("KitePodModels" keys(Pkg.project().dependencies))
if ! ("KiteModels" keys(Pkg.project().dependencies))
using TestEnv; TestEnv.activate()
end

using KiteViewers, KiteModels, KitePodModels
using KiteViewers, KiteModels

set = deepcopy(load_settings("system.yaml"))

Expand Down

0 comments on commit 82e030d

Please sign in to comment.