visual-logging icon indicating copy to clipboard operation
visual-logging copied to clipboard

image resize option added

Open emrahyldrm opened this issue 5 years ago • 2 comments

for decreasing file sizes and creating more readable log files when the image is too big.

emrahyldrm avatar Jan 09 '20 17:01 emrahyldrm

Hello. Thanks for the PR.

Could you check why tests are failing?

dchaplinsky avatar Jan 09 '20 18:01 dchaplinsky

I think there is no relation with this PR, I got same error before this commit. It seems like an import error because of pyplot which uses numpy. I saw several issues about this error, it can be related with numpy version. According the issue below, numpy 1.15 works well but 1.16 and the CI uses 1.16.

https://github.com/numpy/numpy/issues/14012#issue-468102255

emrahyldrm avatar Jan 09 '20 20:01 emrahyldrm