From ff891f18d3a30c379e99aaeee30bf37e0dc54529 Mon Sep 17 00:00:00 2001 From: Riccardo Murri Date: Thu, 26 Jan 2017 01:12:07 +0100 Subject: [PATCH] Minor edits on part 06 of the programmers' "workflow" tutorial --- docs/programmers/tutorials/workflows/part06.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/programmers/tutorials/workflows/part06.tex b/docs/programmers/tutorials/workflows/part06.tex index 0c7426d6..36c3e1b5 100644 --- a/docs/programmers/tutorials/workflows/part06.tex +++ b/docs/programmers/tutorials/workflows/part06.tex @@ -702,7 +702,9 @@ \part{Termination status} \+ Write a \texttt{sim\_asset.py} program that: \begin{itemize} - \item takes the same command-line positional arguments as \texttt{simAsset.R}, \emph{plus} an additional integer trailing parameter $P$; + \item takes the same command-line positional arguments as + \href{https://github.com/uzh/gc3pie/blob/master/docs/programmers/tutorials/workflows/downloads/simAsset.R}{\texttt{simAsset.R}}, + \emph{plus} an additional integer trailing parameter $P$; \item runs \texttt{simAsset.R} (in parallel) $P$ times with the given arguments (so, effectively simulates $N \cdot P$ price paths); \item reads all the generated \texttt{results.csv} files, and \item computes and prints the average value of the asset at the end of the simulated time, across all $N \cdot P$ price paths.