-
- Downloads
Merge branch 'reshape-highdim-arrays' into 'main'
Added custom LofarDeviceProxy to enhance support for high-dimensional arrays in attribtues See merge request !4
No related branches found
No related tags found
Pipeline #36599 passed
Stage: image
Stage: lint
Stage: test
Stage: package
Stage: integration
Stage: publish
Showing
- .gitlab-ci.yml 34 additions, 9 deletions.gitlab-ci.yml
- README.md 21 additions, 0 deletionsREADME.md
- VERSION 1 addition, 1 deletionVERSION
- docker/Dockerfile.ci_python37 9 additions, 0 deletionsdocker/Dockerfile.ci_python37
- lofar_station_client/devices.py 77 additions, 0 deletionslofar_station_client/devices.py
- requirements.txt 2 additions, 0 deletionsrequirements.txt
- tests/test_devices.py 136 additions, 0 deletionstests/test_devices.py
- tox.ini 4 additions, 0 deletionstox.ini
docker/Dockerfile.ci_python37
0 → 100644
lofar_station_client/devices.py
0 → 100644
... | ... | @@ -4,3 +4,5 @@ numpy>=1.21.0 # BSD |
nptyping>=2.3.0 # MIT | ||
matplotlib>=3.5.0 # PSF | ||
pyDeprecate>=0.3.0 # MIT | ||
# commented out until https://gitlab.com/tango-controls/pytango/-/issues/468 is resolved | ||
# PyTango>=9.3.5 # GNU LGPL v3 |
tests/test_devices.py
0 → 100644
Please register or sign in to comment