-
Notifications
You must be signed in to change notification settings - Fork 121
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
Remove R interface #293
Remove R interface #293
Conversation
e2662a9
to
8f7a9f2
Compare
6366dbf
to
a8d9d6a
Compare
a8d9d6a
to
4c6bcc3
Compare
test/crhmc_sampling_test.cpp
Outdated
@@ -13,7 +13,7 @@ | |||
#include "doctest.h" | |||
#include "generators/known_polytope_generators.h" | |||
#include "misc/misc.h" | |||
#include "ode_solvers.hpp" | |||
#include "ode_solvers/ode_solvers.hpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this include here?
#include "random.hpp" | ||
#include "random/uniform_int.hpp" | ||
#include "random/normal_distribution.hpp" | ||
#include "random/uniform_real_distribution.hpp" | ||
|
||
#include "cartesian_geom/cartesian_kernel.h" | ||
#include "diagnostics/univariate_psrf.hpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we use psrf in this test (since the samples are matrices)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is used to compute the score few lines below
Remove R interface and update CI to test Rvolesti repository with current develop.
From now on the development of the R interface will happen in https://github.com/GeomScale/Rvolesti. However, to test if the changes in volesti C++ code break the R interface we add some CI tests.