Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ miniconda3_unstable
# tests
tests/**/out.*
tests/**/*.dat
efit_to_boozer.inp
tests/**/RUN*
tests/**/*.png
tests/**/build/
Expand Down
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ libneo:
- set_branch
- source scripts/setup/venv.sh
- source scripts/setup/libneo.sh
- source scripts/setup/efit_to_boozer.sh
- tar czf libneo-dev.tar.gz libneo/ efit_to_boozer/ .venv/
- tar czf libneo-dev.tar.gz libneo/ .venv/
- upload_package libneo dev


Expand Down Expand Up @@ -176,4 +175,3 @@ gorilla:
artifacts:
paths:
- GORILLA/

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# April 2025
- Evaluate use of fpm
- Fully integrate efit_to_boozer

# March 2025
- Integrate efit_to_boozer
Expand Down
1 change: 0 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ popd

pushd $CODE
$CODE/scripts/setup/libneo.sh
$CODE/scripts/setup/efit_to_boozer.sh
popd
16 changes: 0 additions & 16 deletions scripts/setup/efit_to_boozer.sh

This file was deleted.

Loading