Skip to content
Snippets Groups Projects

Added custom LofarDeviceProxy to enhance support for high-dimensional arrays in attribtues

Merged Jan David Mol requested to merge reshape-highdim-arrays into main
All threads resolved!
Compare and Show latest version
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -2,6 +2,7 @@ default:
image: python:3.7 # minimum supported version
# Make sure each step is executed in a virtual environment with some basic dependencies present
before_script:
- apt-get update -y && apt-get install -y libboost-python-dev libtango-dev # Needed to install pytango
- python --version # For debugging
- python -m pip install --upgrade pip
- pip install --upgrade tox
Loading