Add unit tests, Fix operations and remaining failing tests
This commit is contained in:
@@ -6,11 +6,11 @@ export make_node, make_edge, insert_node, insert_edge, is_entry_node, is_exit_no
|
||||
export NodeFusion, NodeReduction, NodeSplit, push_operation!, pop_operation!, can_pop, reset_graph!, get_operations
|
||||
export import_txt
|
||||
|
||||
export ==, in, show, isempty, delete!
|
||||
export ==, in, show, isempty, delete!, length
|
||||
|
||||
export bytes_to_human_readable
|
||||
|
||||
|
||||
import Base.length
|
||||
import Base.show
|
||||
import Base.==
|
||||
import Base.in
|
||||
|
Reference in New Issue
Block a user