Skip to content

Conversation

@AndreySorokin7
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.07%. Comparing base (937d39a) to head (5a525b3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #169   +/-   ##
=======================================
  Coverage   88.07%   88.07%           
=======================================
  Files          23       23           
  Lines        1057     1057           
  Branches      556      556           
=======================================
  Hits          931      931           
  Misses         59       59           
  Partials       67       67           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

target_link_libraries(ACC_MNIST BuildGraph)

if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Debug")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to make "Release" as a default type

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found an error with copying files.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

before that, opencv was always going to debug. I will add in the instructions instead of the cmake command cmake .. the cmake command -DCMAKE_BUILD_TYPE=Release command, and only then will our idea of copying dll files from the release or debug folder work.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, got it

Comment on lines +52 to +57
if ("${CMAKE_BUILD_TYPE}" STREQUAL "DEBUG")
set(CMAKE_BUILD_TYPE "Debug")
endif()
if ("${CMAKE_BUILD_TYPE}" STREQUAL "RELEASE")
set(CMAKE_BUILD_TYPE "Release")
endif()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can pass the type as is (no need to convert it to specific case)

@Semyon1104 Semyon1104 force-pushed the AndreySorokin7/Fix_dll_for_win32_graph branch from 4c18119 to 5a525b3 Compare March 31, 2025 18:17
@aobolensk aobolensk merged commit 37ba43d into main Apr 1, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants