Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some missing tests to FFNet and DebugIOGroup. Fixed tabs. #3473

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

asmaalrawi
Copy link
Contributor

Fixes some minor code coverage gaps. Some formatting nitpicks.

@asmaalrawi asmaalrawi force-pushed the ahalrawi/ahalrawi-ffnet-coverage branch from 68e3dbb to a7fa8be Compare May 16, 2024 17:24
Comment on lines 84 to 91
GEOPM_EXPECT_THROW_MESSAGE(
DomainNetMapImp(M_FILENAME,
GEOPM_DOMAIN_PACKAGE,
0,
m_fake_plat_io,
m_fake_nn_factory),
GEOPM_ERROR_INVALID,
"Unable to open neural net file");
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
GEOPM_EXPECT_THROW_MESSAGE(
DomainNetMapImp(M_FILENAME,
GEOPM_DOMAIN_PACKAGE,
0,
m_fake_plat_io,
m_fake_nn_factory),
GEOPM_ERROR_INVALID,
"Unable to open neural net file");
GEOPM_EXPECT_THROW_MESSAGE(
DomainNetMapImp(M_FILENAME, GEOPM_DOMAIN_PACKAGE, 0,
m_fake_plat_io, m_fake_nn_factory),
GEOPM_ERROR_INVALID, "Unable to open neural net file");

@asmaalrawi asmaalrawi force-pushed the ahalrawi/ahalrawi-ffnet-coverage branch from 19f3f00 to 7b016fd Compare May 16, 2024 19:53
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.

None yet

2 participants