Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed May 3, 2024
1 parent 602d5a1 commit 0413ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def test_classification(self):

# inference on test data
predictor = nt.Predictor(model,
task='segmentation',
sampler=SliceSampler(batch_size=20, axis=-1))
#y_pred = predictor.predict(data_test)

Expand Down

0 comments on commit 0413ea6

Please sign in to comment.