Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QHC-649] Move initialization of _qm into initial_setup #763

Open
wants to merge 82 commits into
base: main
Choose a base branch
from

Conversation

GuillermoAbadLopez
Copy link
Contributor

@GuillermoAbadLopez GuillermoAbadLopez commented Jul 25, 2024

This PR changes:

  • The initialization of _qm and _qmm was kind of mixed... (setup needed before turn_on..), now everything in initial_setup()!

Maybe it should also do:

  • That the config etc.. are created in a post_init, so you can execute things without an initial_setup as the documentation now states.. (This is not important since we are thinking about making it automatic/mandatory)

@GuillermoAbadLopez GuillermoAbadLopez requested review from fedonman and jordivallsq and removed request for fedonman and jordivallsq July 26, 2024 14:44
@GuillermoAbadLopez GuillermoAbadLopez marked this pull request as draft July 26, 2024 14:55
Base automatically changed from bug-set_parameter-without-connection to qhc-588-bug-get_parameter-does-not-work-with-qm-platform July 29, 2024 14:32
Base automatically changed from qhc-588-bug-get_parameter-does-not-work-with-qm-platform to main July 30, 2024 10:25
@GuillermoAbadLopez GuillermoAbadLopez changed the title Move initialization of _qm into initial_setup [QHC-649] Move initialization of _qm into initial_setup Jul 30, 2024
Copy link

linear bot commented Jul 30, 2024

@GuillermoAbadLopez GuillermoAbadLopez marked this pull request as ready for review July 31, 2024 17:57
Copy link

Hello. You may have forgotten to update the changelog!
Please edit changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.97%. Comparing base (6d67b45) to head (c5fa829).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #763      +/-   ##
==========================================
- Coverage   94.97%   94.97%   -0.01%     
==========================================
  Files         263      263              
  Lines        8640     8637       -3     
==========================================
- Hits         8206     8203       -3     
  Misses        434      434              
Flag Coverage Δ
unittests 94.97% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants