File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ def csv2dict(filename, delimiter=";"):
194
194
def F (k ,gamma ):
195
195
"""
196
196
Equation that give the theoretical approximation of the fraction loops thata
197
- are feddback loops
197
+ are feedback loops
198
198
k= loop length
199
199
gamma= parameter
200
200
@@ -228,12 +228,10 @@ def cyclic_eulerian_novec(l, k):
228
228
cyclic_eulerian = np .vectorize (cyclic_eulerian_novec )
229
229
230
230
def F_exact_novec (k , gamma ):
231
- """Calculate exact value of the fraction of feedback loops.
231
+ """Calculate the exact value of the fraction of feedback loops.
232
232
233
233
Note: this function is not vectorized.
234
234
235
- The model described in the article is used.
236
-
237
235
"""
238
236
suma = 0
239
237
for l in range (int (k ) + 1 ):
Original file line number Diff line number Diff line change @@ -318,13 +318,18 @@ \section*{Referencias}
318
318
319
319
\begin {appendices }
320
320
321
- \section {Workflow de conversión y resultados }
322
- \lstinputlisting [language=Python]{../workflow.py}
321
+ \section {Workflow de conversión y resultados }
322
+ \lstinputlisting [language=Python]{../workflow.py}
323
323
\pagebreak
324
+
324
325
\section {Obtención de datos en twitter }
325
326
\lstinputlisting [language=Python]{../follow.py}
326
- \end { appendices }
327
+ \pagebreak
327
328
329
+ \section {Biblioteca con las funciones implementadasa }
330
+ \lstinputlisting [language=Python]{../lib/lib.py}
331
+
332
+ \end {appendices }
328
333
329
334
330
335
\end {document }
You can’t perform that action at this time.
0 commit comments