Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
65142f35
Commit
65142f35
authored
Jul 19, 2020
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uncertain_blockmodel: remove unneeded dummy parameter
parent
4082cdb1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
src/graph/inference/uncertain/graph_blockmodel_dynamics.hh
src/graph/inference/uncertain/graph_blockmodel_dynamics.hh
+0
-1
src/graph/inference/uncertain/graph_blockmodel_measured.hh
src/graph/inference/uncertain/graph_blockmodel_measured.hh
+0
-1
src/graph/inference/uncertain/graph_blockmodel_uncertain.hh
src/graph/inference/uncertain/graph_blockmodel_uncertain.hh
+0
-1
No files found.
src/graph/inference/uncertain/graph_blockmodel_dynamics.hh
View file @
65142f35
...
...
@@ -35,7 +35,6 @@ typedef typename eprop_map_t<double>::type xmap_t;
#define DYNAMICS_STATE_params \
((__class__,&, mpl::vector<python::object>, 1)) \
((g, &, all_graph_views, 1)) \
((params,, python::dict, 0)) \
((ot,, python::list, 0)) \
...
...
src/graph/inference/uncertain/graph_blockmodel_measured.hh
View file @
65142f35
...
...
@@ -32,7 +32,6 @@ using namespace boost;
using
namespace
std
;
#define MEASURED_STATE_params \
((__class__,&, mpl::vector<python::object>, 1)) \
((g, &, all_graph_views, 1)) \
((n,, eprop_map_t<int>::type, 0)) \
((x,, eprop_map_t<int>::type, 0)) \
...
...
src/graph/inference/uncertain/graph_blockmodel_uncertain.hh
View file @
65142f35
...
...
@@ -32,7 +32,6 @@ using namespace boost;
using
namespace
std
;
#define UNCERTAIN_STATE_params \
((__class__,&, mpl::vector<python::object>, 1)) \
((g, &, all_graph_views, 1)) \
((q,, eprop_map_t<double>::type, 0)) \
((q_default,, double, 0)) \
...
...
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