-
Notifications
You must be signed in to change notification settings - Fork 123
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 tracedist #495
Fix tracedist #495
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #495 +/- ##
==========================================
- Coverage 89.03% 87.74% -1.30%
==========================================
Files 83 87 +4
Lines 4835 5264 +429
==========================================
+ Hits 4305 4619 +314
- Misses 530 645 +115 ☔ View full report in Codecov by Sentry. |
Makefile
Outdated
@@ -0,0 +1,37 @@ | |||
JL = julia --project | |||
|
|||
default: init test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not commit this Makefile. It has already been included in another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure I can remove it
@Roger-luo It makes sense to me, what is your opinion? |
LGTM. Thanks, @exAClior |
Current calculation of trace distance is off by a factor of 1/2. Now the result matches wiki's and documentation's definition