Skip to content

Commit

Permalink
always run using KiteControllers
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 15, 2024
1 parent ee2fd9a commit 7c54bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run_julia
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ branch=$(git rev-parse --abbrev-ref HEAD)

if test -f "bin/kps-image-${julia_major}-${branch}.so"; then
echo "Found system image!"
PLOT=1 julia -J bin/kps-image-${julia_major}-${branch}.so -t $FAST_CORES,1 $GCT --project -i -e 'using KiteModels'
PLOT=1 julia -J bin/kps-image-${julia_major}-${branch}.so -t $FAST_CORES,1 $GCT --project -i -e 'using KiteControllers'
else
PLOT=1 julia --project -t $FAST_CORES,1 $GCT -i -e 'using KiteModels'
PLOT=1 julia --project -t $FAST_CORES,1 $GCT -i -e 'using KiteControllers'
# julia --project
fi

0 comments on commit 7c54bb2

Please sign in to comment.