Dlux804 / McQuade-Chem-ML

Development of easy to use and reproducible ML scripts for chemistry.
5 stars 1 forks source link

Allowing for user to define what directory to save outputs for results #14

Closed andreshyer closed 4 years ago

andreshyer commented 4 years ago

I think it might be worth it to allow the user to define where to save the results. If I am not mistaken, the ML scripts will just save the results into the current working directory. If we could allow the functions/classes to allow for an input for a relative or full path to the directory to save results. Might be worth it to only allow for this in the hard coding, not an input that the user must type in.

Dlux804 commented 4 years ago

@andreshyer This is already an open issue. See issue #7. I will assign you to that issue -- I agree with your view that choosing where to save is a good idea.

Closing this issue as duplicate.