sparks-baird / CrabNet

Predict materials properties using only the composition information!
https://crabnet.readthedocs.io/
MIT License
15 stars 5 forks source link

Indentation typo in save_network #75

Closed kyledmiller closed 2 months ago

kyledmiller commented 2 months ago

Issue

If a model_name is provided, the save_network() function fails to assign the path variable.

Solution

Remove the makedirs and path variable instantiation lines from the if model_name is None conditional