Skip to content

Commit

Permalink
chore: test run single modified test
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Sep 14, 2023
1 parent 1a81c67 commit 6b55aba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ def test_data_processing_invalid_input(input_type, load_data):

x, y = get_data(load_data)

print("tests")

if input_type.lower() == "tuple":
x = tuple(x)
y = tuple(y)
Expand Down
2 changes: 2 additions & 0 deletions tests/virtual_lib/test_virtual_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def f(x, weights):

matmul_thousand_ones_compiler = Compiler(lambda x: f(x, thousand_ones), {"x": "encrypted"})

print("test")

# Special input-set
inputset = [thousand_ones]
fhe_simulation_circuit = matmul_thousand_ones_compiler.compile(
Expand Down

0 comments on commit 6b55aba

Please sign in to comment.