Skip to content
Snippets Groups Projects

Interface refactoring

Merged Kostas Vilkelis requested to merge interface-refactoring into main
Compare and Show latest version
7 files
+ 11
6
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -65,6 +65,6 @@ def gap_prediction(U, V):
# %%
@pytest.mark.repeat(repeat_number)
def test_gap():
U = np.random.uniform(0, 2)
U = np.random.uniform(0, 4)
V = np.random.uniform(0, 1)
gap_prediction(U, V)
Loading