Commit 707a7b50 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix bug

parent 9ce7a2a4
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ class Featurizer(object):

    override_args_info = ''
    for arg_name, default in zip(args_names, args_default_values):
      if arg_name in self.__dict__:
        arg_value = self.__dict__[arg_name]
        # validation
        # skip list