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

Feature/issue 230 allow single file netcdf filepath input #231

Conversation

danielfromearth
Copy link
Collaborator

@danielfromearth danielfromearth commented Aug 8, 2024

GitHub Issue: #230

Description

Until now, when a single path was passed to stitchee, the file needed to be a text file containing a separate filepath on each line. With this change, a single path is also allowed to be a netCDF file — in which case, the file will be copied to the output path without modification.

Local test steps

A new unit test was added, and all tests passed.

Overview of integration done

Integration tests passed.

PR Acceptance Checklist

  • Unit tests added/updated and passing.
  • Integration testing
  • CHANGELOG.md updated
  • Documentation updated (if needed).

📚 Documentation preview 📚: https://stitchee--231.org.readthedocs.build/en/231/

@danielfromearth danielfromearth linked an issue Aug 8, 2024 that may be closed by this pull request
@danielfromearth danielfromearth added the enhancement New feature or request label Aug 8, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.18%. Comparing base (77435ea) to head (c0efe9e).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #231      +/-   ##
===========================================
+ Coverage    85.01%   86.18%   +1.16%     
===========================================
  Files           11       11              
  Lines          634      637       +3     
===========================================
+ Hits           539      549      +10     
+ Misses          95       88       -7     
Flag Coverage Δ
integration 44.89% <25.00%> (-0.06%) ⬇️
unittests 83.67% <100.00%> (+1.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielfromearth danielfromearth marked this pull request as ready for review August 8, 2024 20:54
Copy link
Collaborator

@ank1m ank1m left a comment

Choose a reason for hiding this comment

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

The error in UAT

image

The same request with updated StitchEE instance in local Harmony

image

@danielfromearth danielfromearth merged commit e852dc3 into develop Aug 13, 2024
5 checks passed
@danielfromearth danielfromearth deleted the feature/issue-230-allow-single-file-netcdf-filepath-input branch August 13, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow single file netCDF filepath input
3 participants