camall3n / onager

Lightweight python library for launching experiments and tuning hyperparameters, either locally or on a cluster
MIT License
20 stars 4 forks source link

Add user confirmation before creating a new .onager folder #29

Closed camall3n closed 2 years ago

camall3n commented 4 years ago

Currently we silently create .onager folders whenever we need one and can't find one. Instead we should tell the user that the command they ran is about to create a .onager folder in the current directory, and have them confirm that's what they wanted.