Skip to content

Conversation

@Chain-Frost
Copy link
Owner

Summary

  • extend the culvert mean reporting workflow to include adopted discharge-based metrics plus per-group minima and maxima
  • order the new values in the summary exports so the adopted, mean, minimum, and maximum columns remain grouped
  • document the adopted, mean, minimum, maximum, and supporting columns in the shared column metadata registry

Testing

  • python - <<'PY'
    from pathlib import Path
    from ryan_library.scripts.tuflow.tuflow_culverts_mean import run_culvert_mean_report

script_dir = Path('tests/test_data/tuflow/tutorials/Module_03/results/plot/csv').resolve()
run_culvert_mean_report(script_directory=script_dir, log_level="WARNING")
PY

  • python repo-scripts/build_library.py --skip-pip (fails: missing build module in the execution environment)

Codex Task

@github-actions
Copy link

@codex review

@chatgpt-codex-connector
Copy link

To use Codex here, create a Codex account and connect to github.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@Chain-Frost Chain-Frost merged commit 5a4e05d into main Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants