You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Coherent Interface Builder Fails in pymatgen 2023.9.10 on Windows 10
Description
When building Si(100)/Au(100) interfaces using coherent_interface_builder on Windows 10, we encounter an AssertionError in pymatgen version 2023.9.10. The issue didn't exist in previous versions. We're using mp-149 for Si bulk and mp-81 for Au bulk structures.
Issue: Coherent Interface Builder Fails in pymatgen 2023.9.10 on Windows 10
Description
When building Si(100)/Au(100) interfaces using
coherent_interface_builder
on Windows 10, we encounter anAssertionError
in pymatgen version 2023.9.10. The issue didn't exist in previous versions. We're usingmp-149
for Si bulk andmp-81
for Au bulk structures.Error Details
Here's the relevant stack trace:
AssertionError Details:
Current Workaround
Explicitly setting
atol
to a small non-zero value inassert_allclose
withinpymatgen/analysis/interfaces/coherent_interface.py
bypasses the error.Please investigate why this issue has appeared in the latest version. Thank you.
The text was updated successfully, but these errors were encountered: