| 115 | } |
| 116 | |
| 117 | void Visualizer::run() { |
| 118 | if (!runPythonVisualizer(args)) { |
| 119 | std::cerr << "Failed to run Python visualization. Make sure all dependencies are installed: pip install spectacularAI[full]" << std::endl; |
| 120 | } |
| 121 | } |
| 122 | |
| 123 | } // namespace visualization |
| 124 | } // namespace spectacularAI |
no test coverage detected