Skip to content

Commit 4e7306b

Browse files
authored
Fix typo
Fixes DeepLabCut#986
1 parent 955d059 commit 4e7306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deeplabcut/create_project/modelzoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def create_pretrained_project(
171171
project, experimenter, videos, working_directory, copy_videos, videotype
172172
)
173173
if trainFraction is not None:
174-
auxiliaryfunctions.edit_config(cfg, {"TrainingFraction": [tranFraction]})
174+
auxiliaryfunctions.edit_config(cfg, {"TrainingFraction": [trainFraction]})
175175

176176
config = auxiliaryfunctions.read_config(cfg)
177177
if model == "full_human":

0 commit comments

Comments
 (0)