Skip to content

create directory structure #24

@gfudenberg

Description

@gfudenberg

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions