We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5aad4 commit 335d6f7Copy full SHA for 335d6f7
1 file changed
tests/stochastic/CMakeLists.txt
@@ -105,13 +105,13 @@ add_geode_test(
105
${PROJECT_NAME}::stochastic
106
)
107
108
-add_geode_test(
109
- SOURCE "sampling/mcmc/test-mh-poisson.cpp"
110
- DEPENDENCIES
111
- OpenGeode::basic
112
- OpenGeode::geometry
113
- ${PROJECT_NAME}::stochastic
114
-)
+#add_geode_test(
+# SOURCE "sampling/mcmc/test-mh-poisson.cpp"
+# DEPENDENCIES
+# OpenGeode::basic
+# OpenGeode::geometry
+# ${PROJECT_NAME}::stochastic
+#)
115
116
#add_geode_test(
117
# SOURCE "sampling/mcmc/test-mh-strauss.cpp"
0 commit comments