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
1 merge request!59Resolve "Add stationresponse comparison for oskar"
......@@ -78,9 +78,10 @@ build-compare-oskar:
before_script:
- apt-get -y install python3-pip
# 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
- 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
script:
# OSKAR cpp install
......@@ -96,8 +97,8 @@ build-compare-oskar:
- cd /opt/everybeam/build
- make VERBOSE=1 comparison-oskar-basefunctions
# Run OSKAR stationresponse comparison
- export NPIXELS=32 && TOLERANCE=1e-5
- make VERBOSE=1 comparison-oskar-stationresponse
- export NPIXELS=32 TOLERANCE=1e-5
- make VERBOSE=1 comparison-oskar-station-response
deploy-doc:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment