Commits on Source (12)
-
Maxence Naud authored
v0.4.0 Closes #196 and #160 See merge request !279
cda46ffd -
Maxence Naud authored516ea062
-
fe867fc3
-
84fac597
-
a0fb5ecd
-
f222cd7c
-
1c592505
-
Maxence Naud authored
Improved scheduling tutorial See merge request !316
20504370 -
The test creates a temporary file and keeps it open, which causes a permission conflict when the function tries to write to the same file. On Windows, files are exclusive, so opening a file in one process prevents another from opening it
d21dde5e -
Maxence Naud authored
Fix: issues on Python tests for Windows See merge request !317
dc821e31 -
Maxence Naud authored
- /version.txt - /CHANGELOG
091f474e -
Maxence Naud authored37b91616
Showing
- CHANGELOG 2 additions, 0 deletionsCHANGELOG
- aidge_core/unit_tests/test_show_graphview.py 19 additions, 17 deletionsaidge_core/unit_tests/test_show_graphview.py
- include/aidge/scheduler/ProdConso.hpp 4 additions, 0 deletionsinclude/aidge/scheduler/ProdConso.hpp
- include/aidge/scheduler/Scheduler.hpp 13 additions, 0 deletionsinclude/aidge/scheduler/Scheduler.hpp
- python_binding/data/pybind_Elts.cpp 85 additions, 0 deletionspython_binding/data/pybind_Elts.cpp
- python_binding/pybind_core.cpp 2 additions, 0 deletionspython_binding/pybind_core.cpp
- python_binding/scheduler/pybind_ProdConso.cpp 1 addition, 0 deletionspython_binding/scheduler/pybind_ProdConso.cpp
- python_binding/scheduler/pybind_Scheduler.cpp 1 addition, 0 deletionspython_binding/scheduler/pybind_Scheduler.cpp
- src/recipes/ConstantFolding.cpp 8 additions, 0 deletionssrc/recipes/ConstantFolding.cpp
- src/scheduler/Scheduler.cpp 136 additions, 2 deletionssrc/scheduler/Scheduler.cpp
- unit_tests/CMakeLists.txt 74 additions, 39 deletionsunit_tests/CMakeLists.txt
- version.txt 1 addition, 1 deletionversion.txt
python_binding/data/pybind_Elts.cpp
0 → 100644