ISISComputingGroup / ISISComputingGroup/IBEX

Python OPI checker: add check for stray widgets

Open
#2,078 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
6
Forks
2
Avg merge
16h 40m
Merged PRs (30d)
2

Description

Following an issue in #1987 where we had a stray widget located at
```
-2147483647
2147483496
```
it would save debugging time later if the script checked OPIs for strange widget positions.

The `check_opi_format.py` script should be modified to check for these values. The following limits might be good starting points (we may need to make adjustments to these later):
```
-10 < x < 1000
-10 < y < 1000
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.