Tests are failing and I am not able to run the main branch locally because of `from pymatgen import Structure` it seems like changing to `from pymatgen.core import Structure` in a few places will solve the problem.