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

Issue39 gs6 add params to ingestors #53

Closed
wants to merge 20 commits into from

Conversation

jeong1park
Copy link
Contributor

#39

@coveralls
Copy link

coveralls commented Feb 6, 2019

Pull Request Test Coverage Report for Build 210

  • 17 of 17 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.06%) to 92.498%

Totals Coverage Status
Change from base Build 171: 0.06%
Covered Lines: 1344
Relevant Lines: 1453

💛 - Coveralls

Copy link
Contributor

@mortenwh mortenwh left a comment

Choose a reason for hiding this comment

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

Many irrelevant folders have been added to the repos... Please git rm the following:

  • provisioning/.DS_Store
  • provisioning/roles/.DS_Store
  • provisioning/roles/andrewrothstein.bash/
  • provisioning/roles/andrewrothstein.conda-env
  • provisioning/roles/andrewrothstein.miniconda
  • provisioning/roles/andrewrothstein.unarchive-deps
  • provisioning/roles/geospaas/.DS_Store
  • provisioning/roles/nansencenter.django
  • provisioning/site.retry

These should all be in .gitignore but maybe that hasn't been merged into master yet. Anyway, it will come.

Last thing: do we need the file tests/settings.py?

geospaas/nansat_ingestor/managers.py Outdated Show resolved Hide resolved
geospaas/nansat_ingestor/managers.py Show resolved Hide resolved
geospaas/nansat_ingestor/managers.py Outdated Show resolved Hide resolved
@@ -56,6 +80,7 @@ def test_getorcreate_localfile(self):
self.assertEqual(ds0.entry_id, self.predefined_metadata_dict['entry_id'])
self.assertEqual(ds0.entry_title, 'NONE')
self.assertEqual(ds0.summary, 'NONE')
self.assertEqual(ds0.parameters.values()[0]['short_name'], self.predefined_band_metadata_dict[2]['short_name'])
Copy link
Contributor

Choose a reason for hiding this comment

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

could do this as a separate test method as well. In general, I prefer one assertion per test and rather having more tests, although this is not necessary to handle now..

Copy link
Member

Choose a reason for hiding this comment

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

Added a comment to PR

Copy link
Member

@akorosov akorosov left a comment

Choose a reason for hiding this comment

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

Can you resubmit PR after #56 and #54 are merged?

@mortenwh mortenwh self-requested a review May 9, 2019 13:16
@akorosov
Copy link
Member

akorosov commented Apr 1, 2020

  • rebase issue39-GS6-add_params_to_ingestors on master
  • check all comment from morten and implement changes where needed
  • check that tests pass and resubmit PR

@akorosov akorosov closed this Apr 17, 2020
@akorosov akorosov deleted the issue39-GS6-add_params_to_ingestors branch April 17, 2020 07:47
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

5 participants