Extract print_model() methods to DataModel.print()

This commit is contained in:
Christophe Bedard 2019-11-17 13:53:09 -08:00
parent c12488ecf9
commit 7347900349
7 changed files with 37 additions and 23 deletions

View file

@ -69,7 +69,7 @@
"# Process\n",
"events = load_file(converted_file_path)\n",
"handler = Ros2Handler.process(events)\n",
"#handler.data.print_model()"
"#handler.data.print()"
]
},
{