Skip to content

Commit 9db98e8

Browse files
committed
Remove fedisableexcept
1 parent 793110c commit 9db98e8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/shared/test_util/tbots_gtest_main.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ int main(int argc, char **argv)
8585
{
8686
LoggerSingleton::initializeLogger(TbotsGtestMain::runtime_dir, nullptr);
8787

88-
if (TbotsGtestMain::enable_visualizer || TbotsGtestMain::run_sim_in_realtime)
89-
{
90-
// disable floating point errors when using visualizer due to potential
91-
// floating point errors in QT
92-
// TODO #(2510) Remove this once we port over to simulated pytests entirely
93-
// fedisableexcept(FE_INVALID | FE_OVERFLOW);
94-
}
9588
return RUN_ALL_TESTS();
9689
}
9790
else

0 commit comments

Comments
 (0)