Remove experiment service#241
Conversation
|
@kt474 some unit tests are now failing, see https://github.com/Qiskit/qiskit-ibm-provider/runs/5313592939?check_suite_focus=true |
|
Not sure if those failures are related to your changes and which policy we want to use during the migration. Should CI checks continue to pass, @rathishcholarajan, or do we accept failures as we rework this repository? My take: let's try to keep our fast CI checks (style, mypy, unit tests) green and make the integration tests work afterwards. |
Yes we can fix test failures after cleanup. I've merged most open PRs and closed some. |
rathishcholarajan
left a comment
There was a problem hiding this comment.
@kt474 Could you please resolve merge conflicts (I merged other open PRs)?
| from .hub_group_project import HubGroupProject # pylint: disable=cyclic-import | ||
| from .ibm_backend_service import IBMBackendService # pylint: disable=cyclic-import | ||
| from .random.ibm_random_service import IBMRandomService # pylint: disable=cyclic-import |
Summary
Fixes #233
Details and comments