Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Default pysat directory no longer specified. #320

Merged
merged 6 commits into from Nov 2, 2019
Merged

Conversation

rstoneback
Copy link
Collaborator

@rstoneback rstoneback commented Nov 1, 2019

Description

Addresses

pysat no longer sets a default directory for data storage.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Travis CI

Checklist:

  • Make sure you are merging into the develop (not master) branch
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • Add a note to CHANGELOG.md, summarizing the changes

@rstoneback rstoneback added this to the 2.1.0 Release milestone Nov 1, 2019
@rstoneback
Copy link
Collaborator Author

Last pull pre 2.1.0

Copy link
Member

@jklenzing jklenzing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rstoneback!

@jklenzing
Copy link
Member

Does this close #315, or is there something else we need there?

@rstoneback
Copy link
Collaborator Author

Added a runtime check for data_dir and created a unit test for the same situation.

@rstoneback
Copy link
Collaborator Author

I believe this now closes #315. If a user can't create a pysat.Instrument object without a data_dir and we don't ever set one for them, we should be good.

@rstoneback rstoneback merged commit b237713 into develop Nov 2, 2019
@rstoneback rstoneback deleted the new_install branch November 2, 2019 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants