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

fix for #111 #151

Merged
merged 9 commits into from
Nov 17, 2017
Merged

fix for #111 #151

merged 9 commits into from
Nov 17, 2017

Conversation

1ucian0
Copy link
Member

@1ucian0 1ucian0 commented Nov 16, 2017

@atilag atilag self-requested a review November 17, 2017 15:38
Copy link
Member

@atilag atilag left a comment

Choose a reason for hiding this comment

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

Nice catch!!
Just left some comments regarding naming issues.
Thanks @lbello !

@@ -0,0 +1,18 @@
OPENQASM 2.0;
Copy link
Member

Choose a reason for hiding this comment

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

Can we rename this file to have a more descriptive name? Something like: test_float_precision.qasm

@@ -0,0 +1,22 @@
OPENQASM 2.0;
Copy link
Member

Choose a reason for hiding this comment

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

Same here - more descriptive name.

def tearDown(self):
pass

def test_issue_81(self):
Copy link
Member

Choose a reason for hiding this comment

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

Along the same line of previous comments, I think we should have a better descriptive method name here.

count2 = result2.get_counts("test")
self.assertEqual(count1.keys(), count2.keys(),)

def test_issue_111(self):
Copy link
Member

Choose a reason for hiding this comment

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

same here - descriptive naming.

@atilag atilag merged commit 6b4c350 into Qiskit:master Nov 17, 2017
taalexander pushed a commit to taalexander/qiskit-terra that referenced this pull request May 2, 2019
* added measurement calibration doc

* Update measurement_calibration.rst

fixed numerical typo in matrix

* apdated the doc for measurement calibration

* added RB documentation

* fix lint erros

* fix lint error
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