-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Bug] [misc] Fix image I/O for channels = 1 and improve test coverage #1185
Conversation
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.
Cool, thanks! Just a few nits.
python/build.py
Outdated
os.system('cd .. && {} -m taichi changelog --save && cat CHANGELOG.md'.format( | ||
get_python_executable())) |
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.
Actually, does this work on Windows?
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.
I'm not sure, I triggered [release]
mode for AppVeyor to test, hope this works.
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.
AppVeyor passes, so it should work.
Co-authored-by: Yuanming Hu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1185 +/- ##
==========================================
+ Coverage 66.81% 67.60% +0.79%
==========================================
Files 35 35
Lines 4860 4831 -29
Branches 890 885 -5
==========================================
+ Hits 3247 3266 +19
+ Misses 1438 1389 -49
- Partials 175 176 +1
Continue to review full report at Codecov.
|
LGTM |
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.
LGTM! Thanks.
Sorry, but I had to revert this PR to make way for v0.6.10. 9acc054#diff-52c099998337f8fd12cce18030135b8aR90 crashes build bots after merging into master. Please feel free to re-open another PR for this thread. Thanks. |
I think the only thing need to revert is python/build.py? |
Related issue = #1176
[Click here for the format server]