load_dataset has been inconsistent in pymatviz CI occasionally raising
UserWarning: Error, hash of downloaded file does not match that included in metadata, the data may be corrupt or altered
I think it's only happening on Windows which I don't have access to locally. Was wondering if @sgbaird who uses Windows has also experienced this? Here's minimal code that (sometimes) causes the error:
from matminer.datasets import load_dataset
load_dataset("matbench_glass")