Remove debug info

This commit is contained in:
WQY\qiong
2023-02-04 15:07:01 +08:00
parent 2c584f1a15
commit 15d14765bd

View File

@@ -422,7 +422,7 @@ class TestApi:
assert get_source(p, 'j0')['s_type'] == SOURCE_TYPE_CONCEN
assert get_label(p, 0.0, 0.0)['node'] == 'j0'
print(delete_junction(p, ChangeSet({'id': 'j0'})).operations)
delete_junction(p, ChangeSet({'id': 'j0'}))
assert is_junction(p, 'j0') == False
assert is_junction(p, 'j1')
assert is_pipe(p, 'p0') == False