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
26 changes: 1 addition & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,6 @@ jobs:
run: |
python -m mypy

- name: Download Antares v9.3.2 release
run: |
echo "Downloading Antares v9.3.2..."
curl -L -f -o antares-9.3.2-Ubuntu-22.04.tar.gz \
https://github.com/AntaresSimulatorTeam/Antares_Simulator/releases/download/v9.3.2/antares-9.3.2-Ubuntu-22.04.tar.gz

if [ ! -f "antares-9.3.2-Ubuntu-22.04.tar.gz" ]; then
echo "Error: Download failed"
exit 1
fi

echo "Download successful. File size: $(ls -lh antares-9.3.2-Ubuntu-22.04.tar.gz | awk '{print $5}')"

- name: Extract Antares binaries
run: |
echo "Extracting archive..."
tar -xzf antares-9.3.2-Ubuntu-22.04.tar.gz

- name: Test
run: |
pytest --cov antarest --cov-report xml
Expand All @@ -69,10 +51,4 @@ jobs:
with:
name: python-code-coverage-report
path: coverage.xml
- name: Cleanup
if: always()
run: |
rm -f antares-9.3.2-Ubuntu-22.04.tar.gz
rm -rf antares-9.3.2-Ubuntu-22.04
echo "Cleanup completed"


4 changes: 3 additions & 1 deletion docs/user-guide/converters.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Data converters

For more information about the possibility to convert Antares Legacy or PyPSA study cases in the GEMS format, please consult the Interoperability section of [GEMS documentation website](https://gems-energy.readthedocs.io/).
- **Antares Legacy → GEMS**: The Antares Legacy to GEMS converter is developed in a separate repository: [AntaresLegacyModels-to-GEMS-Converter](https://github.com/AntaresSimulatorTeam/AntaresLegacyModels-to-GEMS-Converter).

For more information about converting study cases to the GEMS format, see the Interoperability section of the [GEMS documentation website](https://gems-energy.readthedocs.io/).
152 changes: 0 additions & 152 deletions src/antares_runner/antares_runner.py

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions src/gems/input_converter/data/config.ini

This file was deleted.

192 changes: 0 additions & 192 deletions src/gems/input_converter/data/model_configuration/battery.yaml

This file was deleted.

Loading
Loading