Skip to content

Commit

Permalink
Test the diff-cover setup
Browse files Browse the repository at this point in the history
This commit should be removed before merging
  • Loading branch information
brandonwillard committed Jun 21, 2023
1 parent 6eda60e commit 61df0c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions outlines/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,10 @@ def _update_arrays_type(arrays, results):
updated_arrays.append(array)

return tuple(updated_arrays)


def test_function(x):
if x > 1:
return True
else:
return False

0 comments on commit 61df0c5

Please sign in to comment.