Open
Description
Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
Description of the bug
check test instances in test_edb_components.py
`python
if edbapp.grpc:
# TODO check why grpc is returning different center value.
assert edbapp.components.instances["Test"].center == [0.07950000102, 0.03399999804]
else:
assert edbapp.components.instances["Test"].center == [0.068, 0.0165]
`
Steps To Reproduce
NA
Which Operating System are you using?
Windows
Which Python version are you using?
3.7
Installed packages
NA