Skip to content

Commit

Permalink
Fix name refactor misses
Browse files Browse the repository at this point in the history
  • Loading branch information
markcampanelli committed Jan 1, 2024
1 parent 1660be3 commit 0dd9ddd
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 597 deletions.
2 changes: 1 addition & 1 deletion pvfit/modeling/dc/single_diode/equation/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def estimate_model_parameters_fittable_ic(
model_parameters_fittable_ic_ = ModelParametersFittable(
I_ph_A=I_ph_A_ic,
I_rs_A=I_rs_A_ic,
n=n_1_ic,
n=n_ic,
R_s_Ohm=R_s_Ohm_ic,
G_p_S=G_p_S_ic,
)
Expand Down
Loading

0 comments on commit 0dd9ddd

Please sign in to comment.