Skip to content

Commit 2788752

Browse files
committed
Merge branch 'master' of git@github.com:CompNet/NaNet.git
2 parents 11b2631 + c6ba335 commit 2788752

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

TODO.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,8 @@ Clean code:
9999
TODO
100100
- should separate the extraction of the static graph vs. graph sequence
101101
>> maybe not a good idea: better to mutualize this code (or maybe separate the core loop in a different function ?)
102-
- avgdist.evol.R probably needs a fix: the way *order* is handled (possibly does not take into account the cumulative nature of the graph, as it is now)
103102

104103
- mutualize distribution plots
105104
- put common processing in single function
106105
- systematically produce histos and ccdf, distinguish file names with suffixes
107-
- revise folder organization in net stats and comparison plots
108-
>> possibly add attribute-based folders? (net stats)
109106

src/post/description/avgdist_evol.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gs <- extract.static.graph.scenes(
3535
inter.df=data$inter.df,
3636
char.stats=data$char.stats,
3737
volume.stats=data$volume.stats,
38-
ret.seq=TRUE, pub.order=TRUE
38+
ret.seq=TRUE, pub.order=pub.order
3939
)
4040

4141
# init lists

0 commit comments

Comments
 (0)