PhasesResearchLab / pySIPFENN

Python python toolset for Structure-Informed Property and Feature Engineering with Neural Networks. It offers unique advantages through (1) effortless extensibility, (2) optimizations for ordered, dilute, and random atomic configurations, and (3) automated model tuning.
https://pysipfenn.org
Other
20 stars 3 forks source link

Fix 'AnsiFore' object has no attribute 'DIM' #22

Closed ricardonpa closed 1 week ago

ricardonpa commented 1 week ago

Hey @amkrajewski,

I think this solves: https://github.com/PhasesResearchLab/pySIPFENN/issues/19

It was also preventing the crystALL tests to pass on Windows.

amkrajewski commented 1 week ago

Great catch @ricardonpa ! The Windows tests finally seem to pass as expected. Thanks!