Skip to content

Remove dummy from cirq-core#6356

Merged
dstrain115 merged 2 commits intoquantumlib:masterfrom
dstrain115:u/dstrain/no_more_dummies
Nov 22, 2023
Merged

Remove dummy from cirq-core#6356
dstrain115 merged 2 commits intoquantumlib:masterfrom
dstrain115:u/dstrain/no_more_dummies

Conversation

@dstrain115
Copy link
Copy Markdown
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 a team, cduck, mrwojtek and vtomole as code owners November 21, 2023 02:20
@codecov
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Collaborator Author

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

@dstrain115 dstrain115 merged commit 2fdb447 into quantumlib:master Nov 22, 2023
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