Skip to content

Commit 29d7663

Browse files
Update SHA tag of MLPCpp module (#2690)
There was a bug in the routine checking the inclusion of the query in the range of the network inputs. When loading multiple networks with the same input and output variables, MLPCpp checks which of the networks has an input range that includes the query. This was done incorrectly, resulting in extrapolation. Now this bug has been fixed in MLPCpp and the submodule tag was updated
1 parent 950d272 commit 29d7663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson_scripts/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def init_submodules(
7474
github_repo_mel = "https://github.com/pcarruscag/MEL"
7575
sha_version_fado = "ce7ee018e4e699af5028d69baa1939fea290e18a"
7676
github_repo_fado = "https://github.com/pcarruscag/FADO"
77-
sha_version_mlpcpp = "e19ca0cafb28c4b7ba5b8cffef42883259b00dc0"
77+
sha_version_mlpcpp = "ff57e0cf9e60127196d3f1be71e711d47ff646ef"
7878
github_repo_mlpcpp = "https://github.com/EvertBunschoten/MLPCpp"
7979
sha_version_eigen = "d71c30c47858effcbd39967097a2d99ee48db464"
8080
github_repo_eigen = "https://gitlab.com/libeigen/eigen.git"

0 commit comments

Comments
 (0)