You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clean up directory by having separate folders for:
data (mostly stuff that is downloaded from other places)
outputs (probably generated by CLI or API)
figs (generated by CLI)
e.g. cool_file = cooltools.download_data("HFF_MicroC", cache=True, data_dir='./')
can be changed to cool_file = cooltools.download_data("HFF_MicroC", cache=True, data_dir='./data')
The text was updated successfully, but these errors were encountered:
clean up directory by having separate folders for:
e.g.
cool_file = cooltools.download_data("HFF_MicroC", cache=True, data_dir='./')
can be changed to
cool_file = cooltools.download_data("HFF_MicroC", cache=True, data_dir='./data')
The text was updated successfully, but these errors were encountered: