Skip to content

Commit

Permalink
add verbosity to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jan 5, 2024
1 parent 4fc8c3d commit 03ab8c8
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 83 deletions.
2 changes: 2 additions & 0 deletions sed/core/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ def __init__(

if verbose is None:
self.verbose = self._config["core"].get("verbose", False)
else:
self.verbose = verbose

self._dataframe: Union[pd.DataFrame, ddf.DataFrame] = None
self._timed_dataframe: Union[pd.DataFrame, ddf.DataFrame] = None
Expand Down
Loading

0 comments on commit 03ab8c8

Please sign in to comment.