-
Notifications
You must be signed in to change notification settings - Fork 460
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
finished passage replication #1507
Conversation
OS: Ubuntu 18.04.5 LTS (bionic) Issues: 1. After the replication was finished, no changes were found by git before changing this Readme though many output files were generated in the /collections folder 2. Using "python" instead of "python3" resulted in errors for files that use "printf" in a python3 manner. (For my environment, "python" points to python3)
Codecov Report
@@ Coverage Diff @@
## master #1507 +/- ##
=========================================
Coverage 57.27% 57.27%
Complexity 978 978
=========================================
Files 166 166
Lines 9101 9101
Branches 1231 1231
=========================================
Hits 5213 5213
Misses 3498 3498
Partials 390 390 Continue to review full report at Codecov.
|
@ArthurChen189 Thanks for the reproduction (1) shouldn't be an issue since Line 48 in 45a5a21
(2) shouldn't be an issue too I think? We assume besides, could you please copy/paste the reproduction results you get in this PR too? We'd like to have a record of if we get "exactly" the same result across different environments (e.g. OS). |
I think my python points to python2. |
you don't have to commit the things in collections. Those files are for local only
I see. Could you change the |
Thanks. Will change it back and submit a new pr.
|
Thanks... please change |
Closed by #1509 |
OS: Ubuntu 18.04.5 LTS (bionic)
Issues: