The calls (like in the functional tests) might not work properly. Here is an example: ```python args = protgraph.parse_args([] + self.procs_num + self.example_files) protgraph.prot_graph(**args) ```