Skip to content
Snippets Groups Projects
Commit e46fc018 authored by Bas van der Tol's avatar Bas van der Tol
Browse files

Use fork of OSKAR in CI/CD

parent 89d6f4be
No related branches found
No related tags found
No related merge requests found
...@@ -78,9 +78,10 @@ build-compare-oskar: ...@@ -78,9 +78,10 @@ build-compare-oskar:
before_script: before_script:
- apt-get -y install python3-pip - apt-get -y install python3-pip
# Install python requirements for the OSKAR "integration" test # Install python requirements for the OSKAR "integration" test
- pip3 install numpy==1.19.0 scipy h5py astropy tqdm matplotlib - pip3 install numpy==1.19.0 scipy h5py astropy tqdm matplotlib pandas lofarantpos
- mkdir -p /opt/oskar/build - mkdir -p /opt/oskar/build
- cd /opt/oskar && git clone https://github.com/OxfordSKA/OSKAR.git - cd /opt/oskar && git clone https://github.com/basvandertol/OSKAR.git
- cd OSKAR && git checkout fix-transformations
- cd /opt/oskar/build - cd /opt/oskar/build
script: script:
# OSKAR cpp install # OSKAR cpp install
...@@ -96,8 +97,8 @@ build-compare-oskar: ...@@ -96,8 +97,8 @@ build-compare-oskar:
- cd /opt/everybeam/build - cd /opt/everybeam/build
- make VERBOSE=1 comparison-oskar-basefunctions - make VERBOSE=1 comparison-oskar-basefunctions
# Run OSKAR stationresponse comparison # Run OSKAR stationresponse comparison
- export NPIXELS=32 && TOLERANCE=1e-5 - export NPIXELS=32 TOLERANCE=1e-5
- make VERBOSE=1 comparison-oskar-stationresponse - make VERBOSE=1 comparison-oskar-station-response
deploy-doc: deploy-doc:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment