Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
925b7a39
Commit
925b7a39
authored
Aug 19, 2020
by
Tiago Peixoto
Browse files
Merge branch 'arity' into 'master'
Increase Boost Python function arity only when necessary See merge request
!36
parents
ffe0d50a
4cb32514
Pipeline
#707
passed with stage
in 118 minutes
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph/generation/graph_generation.cc
View file @
925b7a39
...
...
@@ -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 @
925b7a39
...
...
@@ -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 @
925b7a39
...
...
@@ -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 @
925b7a39
...
...
@@ -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 @
925b7a39
...
...
@@ -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 @
925b7a39
...
...
@@ -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 @
925b7a39
...
...
@@ -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 @
925b7a39
...
...
@@ -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 @
925b7a39
...
...
@@ -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 @
925b7a39
...
...
@@ -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
Supports
Markdown
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