Skip to content

Commit 984eecd

Browse files
committed
Fixed a typo
1 parent 1377f7d commit 984eecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dgbpy/hdf5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def getCubeLets( infos, collection, groupnm ):
451451
if img2img and nroutputs>1:
452452
return getCubeLets_img2img_multitarget( infos, collection, groupnm )
453453

454-
isclass = isClassfication( infos )
454+
isclass = isClassification( infos )
455455
iscluster = isSegmentation( infos )
456456
inpnrattribs = getNrAttribs( infos )
457457
inpshape = infos[inpshapedictstr]

0 commit comments

Comments
 (0)