lanpa / tensorboardX

tensorboard for pytorch (and chainer, mxnet, numpy, ...)
https://tensorboardx.readthedocs.io/en/latest/tensorboard.html
MIT License
7.85k stars 865 forks source link

Use tempfile for temporary directory in tests. #708

Closed tjni closed 1 year ago

tjni commented 1 year ago

This lets builders control the base directory for temporary files, such as by using the TMPDIR environment variable.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.04 :tada:

Comparison is base (d75a89b) 84.75% compared to head (b0191d1) 84.79%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #708 +/- ## ========================================== + Coverage 84.75% 84.79% +0.04% ========================================== Files 36 36 Lines 2105 2105 ========================================== + Hits 1784 1785 +1 + Misses 321 320 -1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/lanpa/tensorboardX/pull/708/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tzu-Wei+Huang)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

lanpa commented 1 year ago

Thanks!