Skip to content

Commit

Permalink
reformatted the code
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Staar <[email protected]>
  • Loading branch information
PeterStaar-IBM committed Dec 5, 2024
1 parent 7346d94 commit 6413073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simple_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def test_simple_interface_v1():
doc = json.load(open("tests/data/docs/1806.02284.json"))
output = model.apply_on_doc(doc)


def test_simple_interface_v2():
model = nlp_model(loglevel="warning", text_ordering=True)

doc = json.load(open("tests/data/docs/1806.02284.json"))
output = model.apply_on_doc(doc)

0 comments on commit 6413073

Please sign in to comment.