Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
4cb32514
Commit
4cb32514
authored
Aug 18, 2020
by
Alex Henrie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase Boost Python function arity only when necessary
parent
ffe0d50a
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
2 additions
and
10 deletions
+2
-10
src/graph/generation/graph_generation.cc
src/graph/generation/graph_generation.cc
+1
-1
src/graph/inference/layers/graph_blockmodel_layers.cc
src/graph/inference/layers/graph_blockmodel_layers.cc
+1
-1
src/graph/inference/layers/graph_blockmodel_layers_imp.cc
src/graph/inference/layers/graph_blockmodel_layers_imp.cc
+0
-1
src/graph/inference/uncertain/graph_blockmodel_dynamics_cising_glauber.cc
...nce/uncertain/graph_blockmodel_dynamics_cising_glauber.cc
+0
-1
src/graph/inference/uncertain/graph_blockmodel_dynamics_epidemics.cc
...nference/uncertain/graph_blockmodel_dynamics_epidemics.cc
+0
-1
src/graph/inference/uncertain/graph_blockmodel_dynamics_ising_glauber.cc
...ence/uncertain/graph_blockmodel_dynamics_ising_glauber.cc
+0
-1
src/graph/inference/uncertain/graph_blockmodel_dynamics_pseudo_cising.cc
...ence/uncertain/graph_blockmodel_dynamics_pseudo_cising.cc
+0
-1
src/graph/inference/uncertain/graph_blockmodel_dynamics_pseudo_ising.cc
...rence/uncertain/graph_blockmodel_dynamics_pseudo_ising.cc
+0
-1
src/graph/inference/uncertain/graph_blockmodel_measured.cc
src/graph/inference/uncertain/graph_blockmodel_measured.cc
+0
-1
src/graph/inference/uncertain/graph_blockmodel_uncertain.cc
src/graph/inference/uncertain/graph_blockmodel_uncertain.cc
+0
-1
No files found.
src/graph/generation/graph_generation.cc
View file @
4cb32514
...
...
@@ -15,7 +15,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY
4
0
#define BOOST_PYTHON_MAX_ARITY
2
0
#include "graph.hh"
#include "graph_util.hh"
...
...
src/graph/inference/layers/graph_blockmodel_layers.cc
View file @
4cb32514
...
...
@@ -15,7 +15,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY
4
0
#define BOOST_PYTHON_MAX_ARITY
2
0
#include <boost/python.hpp>
#include "graph_tool.hh"
...
...
src/graph/inference/layers/graph_blockmodel_layers_imp.cc
View file @
4cb32514
...
...
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY 40
#include <boost/python.hpp>
#include "graph_tool.hh"
...
...
src/graph/inference/uncertain/graph_blockmodel_dynamics_cising_glauber.cc
View file @
4cb32514
...
...
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY 40
#include <boost/python.hpp>
#include "graph_tool.hh"
...
...
src/graph/inference/uncertain/graph_blockmodel_dynamics_epidemics.cc
View file @
4cb32514
...
...
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY 40
#include <boost/python.hpp>
#include "graph_tool.hh"
...
...
src/graph/inference/uncertain/graph_blockmodel_dynamics_ising_glauber.cc
View file @
4cb32514
...
...
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY 40
#include <boost/python.hpp>
#include "graph_tool.hh"
...
...
src/graph/inference/uncertain/graph_blockmodel_dynamics_pseudo_cising.cc
View file @
4cb32514
...
...
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY 40
#include <boost/python.hpp>
#include "graph_tool.hh"
...
...
src/graph/inference/uncertain/graph_blockmodel_dynamics_pseudo_ising.cc
View file @
4cb32514
...
...
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY 40
#include <boost/python.hpp>
#include "graph_tool.hh"
...
...
src/graph/inference/uncertain/graph_blockmodel_measured.cc
View file @
4cb32514
...
...
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY 40
#include <boost/python.hpp>
#include "graph_tool.hh"
...
...
src/graph/inference/uncertain/graph_blockmodel_uncertain.cc
View file @
4cb32514
...
...
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_PYTHON_MAX_ARITY 40
#include <boost/python.hpp>
#include "graph_tool.hh"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment