[BUG] all_objects
returns variable name and not class name if these are different
#112
Labels
bug
Something isn't working
From this refactor PR in
sktime
: sktime/sktime#3777It would appear that
all_objects
returns the variable name, not the class name, as the string (first tuple element) when the two are unequal.I'm not entirely sure about the "should" here and whether that's indeed the root cause of the test failure, but it seems to be discrepant with behaviour in
sktime
.The text was updated successfully, but these errors were encountered: