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

Patch issue-103 #172

Merged
merged 3 commits into from
Mar 27, 2025
Merged

Patch issue-103 #172

merged 3 commits into from
Mar 27, 2025

Conversation

juliacollins
Copy link
Contributor

@juliacollins juliacollins commented Mar 27, 2025

Bug fixes:

  • declareGranule browse_filenames and data_filenames as set type
  • update data_reader function to handle non-subscriptable set
  • update stage_files to handle sets

@juliacollins juliacollins changed the title use set data type consistently for Granule browse and data file infor… Patch issue-103 Mar 27, 2025
@juliacollins juliacollins marked this pull request as ready for review March 27, 2025 03:12
@juliacollins juliacollins requested a review from eigenbeam March 27, 2025 03:12
@@ -653,7 +652,9 @@ def stage_files(configuration: config.Config, granule: Granule) -> Granule:
"""
Stage a set of files for the Granule in S3.
"""
stuff = granule.data_filenames + [granule.ummg_filename] + granule.browse_filenames
stuff = concat(
Copy link
Contributor

Choose a reason for hiding this comment

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

Ha, I meant to change this name...oops. I didn't know what to call it when I wrote the code. A little peek into my development habits.

@juliacollins juliacollins merged commit 74585ce into main Mar 27, 2025
1 check passed
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.

2 participants