NatLabRockies / NatLabRockies/GridAnalysisToolkit

Gallery: capacity overview mangled; load heatmap and LDC empty

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

Nobody has claimed this yet.

bug documentation
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Two rendering defects on the docs gallery, likely related to how the sienna v4 fixture data flows into these examples:

  1. Generation Capacity Overview (docs/gat_examples/07_capacity_overview.py) renders mangled on the docs site — overlapping/garbled output.
  2. Load Heatmap and Load Duration Curve (docs/gat_examples/08_load_heatmap.py) render empty axes — the underlying load query likely returns empty for the fixture rather than raising, so sphinx-gallery happily embeds blank figures.

Repro: build docs against the sienna v4 fixture and inspect gallery pages 07/08. Empty-data cases should either produce data or fail loudly — blank gallery figures are worse than build errors because they ship silently.

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

Reproduce the docs build against the sienna v4 fixture and inspect docs/gat_examples/07_capacity_overview.py and docs/gat_examples/08_load_heatmap.py. Trace how fixture data reaches each example and verify that the capacity plot renders correctly while load data is present or the empty-data case fails loudly instead of embedding blank figures.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization, documentation
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.