Skip to content

Commit b2a7be5

Browse files
Update src/gwkokab/analysis/utils/marginals.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 99620ba commit b2a7be5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gwkokab/analysis/utils/marginals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,9 @@ def plot_marginal_with_intervals(
490490
w = weights[i]
491491
weight_values.append(w)
492492

493-
pos_and_rates: tuple[np.ndarray, np.ndarray] = [
493+
pos_and_rates: list[tuple[np.ndarray, np.ndarray]] = [
494494
result.get_rates_on_grids(dataset) for dataset in datasets
495-
] # type: ignore
495+
]
496496
data = [rate for _, rate in pos_and_rates]
497497

498498
# assume all components share the same domain for the parameter of interest

0 commit comments

Comments
 (0)