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

Remove R interface #293

Merged
merged 4 commits into from
Mar 7, 2024
Merged

Conversation

vfisikop
Copy link
Contributor

@vfisikop vfisikop commented Mar 6, 2024

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.

@vfisikop vfisikop requested a review from TolisChal March 6, 2024 10:19
@@ -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"
Copy link
Member

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"
Copy link
Member

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)

Copy link
Contributor Author

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

@vfisikop vfisikop merged commit 795e948 into GeomScale:develop Mar 7, 2024
16 of 27 checks passed
@vfisikop vfisikop deleted the remove_R_interface branch March 7, 2024 21:16
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