Skip to content

I5 fix classic netcdf subsetting#6

Open
QSparks wants to merge 4 commits into
mainfrom
i5-fix-classic-netcdf-subsetting
Open

I5 fix classic netcdf subsetting#6
QSparks wants to merge 4 commits into
mainfrom
i5-fix-classic-netcdf-subsetting

Conversation

@QSparks
Copy link
Copy Markdown

@QSparks QSparks commented May 13, 2026

resolves #5

@QSparks QSparks requested a review from Nospamas May 13, 2026 21:57
@QSparks QSparks self-assigned this May 13, 2026
Copy link
Copy Markdown

@Nospamas Nospamas left a comment

Choose a reason for hiding this comment

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

Small change

Comment thread ncpartitioner/response.py
"""Resolve the source file path for the current request."""
if "filepath" in args:
return os.path.join(args["filepath"], f"{args['basename']}.{args['extension']}")
return f"/{args['dirname']}/{args['basename']}.{args['extension']}"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should this use os.path.join as well instead of an fstring for consistency?

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.

Handle netcdf3

2 participants