Reformat python
This commit is contained in:
parent
3885b8f6fc
commit
1788a217db
4 changed files with 0 additions and 4 deletions
|
|
@ -284,4 +284,3 @@ def test_mgr_utils():
|
|||
|
||||
assert len(devices) > 0
|
||||
assert "device_name" in devices[0]
|
||||
|
||||
|
|
|
|||
|
|
@ -100,4 +100,3 @@ def test_logistic_regression():
|
|||
assert tensor_w_in.data()[0] > 0.0
|
||||
assert tensor_w_in.data()[1] > 1.5
|
||||
assert tensor_b_in.data()[0] < 0.7
|
||||
|
||||
|
|
|
|||
|
|
@ -230,4 +230,3 @@ def test_tensor_numpy_ownership():
|
|||
m.destroy()
|
||||
|
||||
assert td.base.is_init() == False
|
||||
|
||||
|
|
|
|||
|
|
@ -5,4 +5,3 @@ def compile_source(source):
|
|||
open("tmp_kp_shader.comp", "w").write(source)
|
||||
os.system("glslangValidator -V tmp_kp_shader.comp -o tmp_kp_shader.comp.spv")
|
||||
return open("tmp_kp_shader.comp.spv", "rb").read()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue