diff --git a/dopt.EKF.Tests/Test1.cs b/dopt.EKF.Tests/Tests.cs similarity index 100% rename from dopt.EKF.Tests/Test1.cs rename to dopt.EKF.Tests/Tests.cs diff --git a/dopt.EKF/Program.cs b/dopt.EKF/Program.cs index e242a01..f0a85b8 100644 --- a/dopt.EKF/Program.cs +++ b/dopt.EKF/Program.cs @@ -21,7 +21,7 @@ namespace dopt.EKF using (Py.GIL()) { - pyEkfModule = Py.Import("dopt_sensor_anomalies._csharp_interface"); // add right import + pyEkfModule = Py.Import("dopt_sensor_anomalies._csharp_interface"); } } public void SensorAnomaliesPipeline(string pathToImage, float pixelsPerMetricX, float pixelsPerMetricY) diff --git a/dopt.EKF/README.md b/dopt.EKF/README.md index 95b0805..2d10e07 100644 --- a/dopt.EKF/README.md +++ b/dopt.EKF/README.md @@ -1,5 +1,7 @@ # EKF Diagnostics C# CLI Wrapper +*At first, a simpler approach is chosen by simply using Python directly without a C# wrapper. Tests are currently conducted within the Python project.* + This is a thin wrapper utilising our Python-C# integration based on a plugin architecture. The application is designed based on the agreed requirements.