Skip to content

Commit 00faf47

Browse files
AVHoppCopilot
andcommitted
Fix typo in variable name
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cadd911 commit 00faf47

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
@@ -407,7 +407,7 @@ def _(mo):
407407
* `N_DOE_ITERATIONS = 30`
408408
* `BATCH_SIZE = 2`
409409
* `N_MC_ITERATIONS = 40`
410-
* `TEMP_TO_INVESTIGAETE = 105`
410+
* `TEMP_TO_INVESTIGATE = 105`
411411
412412
It demonstrates that already a little data can help in the beginning of an experimental campaign, and that although more data is more favourable, the effects are diminishing at some point.
413413
""")

0 commit comments

Comments
 (0)