def test_simulation(): graph = nx.path_graph(5) sm = Simulation(embedding_graph=graph, process_type=Process, channel_type=Channel) sm.run()