Remove debug info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user