Skip to content

create directory structure #24

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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