Commit f215ef3
fix: correct tilt_interp parameter type in compute_tilt_angles_for_fl… (#1192)
* fix: correct tilt_interp parameter type in compute_tilt_angles_for_floating_turbines
- Change tilt_interp parameter type from dict[str, interp1d] to interp1d|None
- This aligns with the function's actual usage where it expects a single interpolation function or None
* Match type-hint formatting
---------
Co-authored-by: misi9170 <39596329+misi9170@users.noreply.github.com>
Co-authored-by: zhb <zhang.hongbing@meteodyn.com>
Co-authored-by: misi9170 <michael.sinner@nlr.gov>1 parent 6e4d5ae commit f215ef3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments