jtec / jtec/prx

Add --repair flag

Open
#188 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
23
Forks
9
Avg merge
5d 12h
Merged PRs (30d)
4

Description

Right now prx tries to repair RNIEX files with gfzrnx - if it is not found on the users PATH, we just skip the repair. This leads to input/output behaviour that depends on the user's environment. We can fix this situation by adding a --repair flag: if provided, prx fails if gfzrnx is not present - if not provided it does not attempt to repair the input files.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests; start by locating prx's CLI argument handling and the existing gfzrnx repair path. Verify that --repair requires gfzrnx and fails when it is unavailable, while the default path does not attempt repair, then run the relevant CLI or input-processing tests if present.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.