Files have the same size as far as I can see so it probably fails because of the differences in os.stat (most likely modification time). Changing it to comparing image arrays fixes the issue for me locally and through CI on my fork. Still, any change to matplotlib plotting behavior will probably break this but we'll see.
Files have the same size as far as I can see so it probably fails because of the differences in
os.stat
(most likely modification time). Changing it to comparing image arrays fixes the issue for me locally and through CI on my fork. Still, any change tomatplotlib
plotting behavior will probably break this but we'll see.