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

Address Minor Test Fails on Windows #19

Open amkrajewski opened 2 months ago

amkrajewski commented 2 months ago

Starting recently, all Windows tests fail, while Linux and Mac pass without issues, during test_KS2022_randomSolutions.py::TestKS2022RandomSolutionProfiling::test_serialInParallel with the AttributeError: 'AnsiFore' object has no attribute 'DIM' error message.

I need to debug it at some point, but it does not impact core operations immediately. However, if it does for anyone, let me know here and I will be happy to prioritize it.