DanielDosSantosAvila / bainite-model

Code accompanying the paper "Modeling the effect of prior austenite grain size on bainite formation kinetics."
MIT License
0 stars 0 forks source link

FIx issue with mutable arguments #3

Closed DanielDosSantosAvila closed 2 months ago

DanielDosSantosAvila commented 2 months ago

Mutable arguments are not supported anymore as default in dataclasses. Fix it using default_factory.