MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / run

Method run

tests/test_python_integration.cpp:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 class TestVisualizer final : public lfs::vis::Visualizer {
107 public:
108 void run() override {}
109 void setParameters(const lfs::core::param::TrainingParameters&) override {}
110 std::expected<void, std::string> loadPLY(const std::filesystem::path&) override {
111 return std::unexpected("not implemented");

Callers 2

postWorkMethod · 0.45
runNextQueuedWorkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected