Skip to content

Commit 031ab83

Browse files
committed
Remove fedisableexcept
1 parent 793110c commit 031ab83

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/shared/test_util/tbots_gtest_main.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,6 @@ int main(int argc, char **argv)
8484
if (!TbotsGtestMain::help)
8585
{
8686
LoggerSingleton::initializeLogger(TbotsGtestMain::runtime_dir, nullptr);
87-
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-
}
9587
return RUN_ALL_TESTS();
9688
}
9789
else

0 commit comments

Comments
 (0)