Skip to content

Commit

Permalink
Statistics - fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Mar 10, 2023
1 parent 84ce130 commit 951a90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orangecontrib/text/widgets/tests/test_owstatistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def _create_simple_data(self) -> None:
X=np.empty((len(metas), 0)),
metas=metas,
text_features=[text_var],
language="en"
)

def _set_feature(self, feature_name: str, value: str = ""):
Expand Down

0 comments on commit 951a90a

Please sign in to comment.