Skip to content

Commit 412cb63

Browse files
AVHoppCopilot
andcommitted
Correct type hint
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 00faf47 commit 412cb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Transfer_Learning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def optimize_for_temperature(
324324
temp: str,
325325
tl_campaigns: dict[str, Campaign] = tl_campaigns,
326326
data: pd.DataFrame = data,
327-
sample_fractions: list[int] = SAMPLE_FRACTIONS
327+
sample_fractions: list[float] = SAMPLE_FRACTIONS
328328
):
329329

330330
lookup_T = data.copy(deep=True)

0 commit comments

Comments
 (0)