Skip to content

grpc and dotnet are returning different component.center values #1232

Open
@svandenb-dev

Description

@svandenb-dev

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

Metadata

Metadata

Labels

bugSomething isn't workinggrpc-transitionChanges that need to be included in gRPC transition

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions