Skip to content

Commit 3e3abfd

Browse files
vendor: Update vendored sources to igraph/igraph@e4fd298 (#2474)
Co-authored-by: krlmlr <[email protected]>
1 parent 02a2db1 commit 3e3abfd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/aaa-auto.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ hsbm_list_game_impl <- function(
14371437
correlated_game_impl <- function(
14381438
old_graph,
14391439
corr,
1440-
p = edge_density(old_graph),
1440+
p = edge_density(old.graph),
14411441
permutation = NULL
14421442
) {
14431443
# Argument checks

src/vendor/cigraph/interfaces/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ igraph_hsbm_list_game:
435435
igraph_correlated_game:
436436
PARAMS: |-
437437
OUT GRAPH new_graph, GRAPH old_graph,
438-
REAL corr, REAL p=edge_density(old_graph), OPTIONAL INDEX_VECTOR permutation
438+
REAL corr, REAL p=edge_density(old.graph), OPTIONAL INDEX_VECTOR permutation
439439
440440
igraph_correlated_pair_game:
441441
PARAMS: |-

src/vendor/igraph_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

2424
IGRAPH_BEGIN_C_DECLS
2525

26-
#define IGRAPH_VERSION "1.0.0-33-g6e6f6876c"
26+
#define IGRAPH_VERSION "1.0.0-34-ge4fd29899"
2727
#define IGRAPH_VERSION_MAJOR 1
2828
#define IGRAPH_VERSION_MINOR 0
2929
#define IGRAPH_VERSION_PATCH 0
30-
#define IGRAPH_VERSION_PRERELEASE "33-g6e6f6876c"
30+
#define IGRAPH_VERSION_PRERELEASE "34-ge4fd29899"
3131

3232
IGRAPH_EXPORT void igraph_version(const char **version_string,
3333
int *major,

0 commit comments

Comments
 (0)