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

Remove dummy from cirq-core #6356

Merged
merged 2 commits into from
Nov 22, 2023

Conversation

dstrain115
Copy link
Collaborator

  • Latest best practice advice is to remove all mentions of the word 'dummy' as it is problematic terminology.

- Latest best practice advice is to remove all mentions
of the word 'dummy' as it is problematic terminology.
@dstrain115 dstrain115 requested review from mrwojtek, vtomole, cduck and a team as code owners November 21, 2023 02:20
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (26dbabc) 97.84% compared to head (69380e2) 97.84%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6356      +/-   ##
==========================================
- Coverage   97.84%   97.84%   -0.01%     
==========================================
  Files        1110     1110              
  Lines       96696    96696              
==========================================
- Hits        94612    94608       -4     
- Misses       2084     2088       +4     

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

Copy link
Collaborator

@pavoljuhas pavoljuhas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. There are however still some dummy-named classes in test modules:

$ git grep -i '(class|def) .*dummy' cirq-core
cirq-core/cirq/circuits/qasm_output_test.py:251:    class DummyOperation(cirq.Operation):
...

I can help with those if needed.

@dstrain115
Copy link
Collaborator Author

@pavoljuhas Added a bunch more references, PTAL, thanks!

@dstrain115 dstrain115 merged commit 2fdb447 into quantumlib:master Nov 22, 2023
35 checks passed
pavoljuhas added a commit to pavoljuhas/Cirq that referenced this pull request Nov 22, 2023
Follow up to quantumlib#6356.  Replace non-inclusive terminology.
pavoljuhas added a commit that referenced this pull request Nov 28, 2023
Follow up to #6356.  Replace non-inclusive terminology.
harry-phasecraft pushed a commit to PhaseCraft/Cirq that referenced this pull request Oct 31, 2024
* Remove dummy from cirq-core

- Latest best practice advice is to remove all mentions
of the word 'dummy' as it is problematic terminology.
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