Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 92874c8

Browse files
committed
Fixed plot_mte_par function
1 parent 8a559fd commit 92874c8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

grmpy/plot/plot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ def plot_mte(
7575
)
7676

7777
else:
78-
quantiles, mte, con_u, con_d = mte_and_cof_int_par(
79-
rslt, dict_, data, college_years
80-
)
78+
quantiles, mte, con_u, con_d = mte_and_cof_int_par(rslt, data, college_years)
8179

8280
# Add confidence intervals to rslt dictionary
8381
rslt.update({"con_u": con_u, "con_d": con_d})

0 commit comments

Comments
 (0)