Skip to content

Commit

Permalink
💨 fix tsfel lpcc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvdd committed May 14, 2024
1 parent 3284b5a commit b468542
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsflex/features/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ def get_output_names(config: dict) -> Union[str, List[str]]:
config["parameters"][nb_outputs], int
):
nb_outputs = config["parameters"][nb_outputs]
if (
func_name == "lpcc"
): # Because https://github.com/fraunhoferportugal/tsfel/issues/103
nb_outputs += 1
if isinstance(nb_outputs, int):
if nb_outputs == 1:
return func_name
Expand Down

0 comments on commit b468542

Please sign in to comment.