diff --git a/ifrs17-template/Import/InteractWithImportScopes/EvaluateImportScopes.ipynb b/ifrs17-template/Import/InteractWithImportScopes/EvaluateImportScopes.ipynb index 557bf115..a00173f3 100644 --- a/ifrs17-template/Import/InteractWithImportScopes/EvaluateImportScopes.ipynb +++ b/ifrs17-template/Import/InteractWithImportScopes/EvaluateImportScopes.ipynb @@ -202,7 +202,7 @@ { "cell_type": "code", "source": [ - "var ret = universe.GetScopes(identities)", + "var ret = universe.GetScopes(identities)", "\n .SelectMany(x => x.PresentValues)", "\n .Select(x => new {Value= x.Value, ", "\n Id = x.Identity.Id, ", @@ -227,7 +227,7 @@ { "cell_type": "code", "source": [ - "await Workspace.UpdateAsync(ivs.Where(x => storage.DefaultPartition != storage.TargetPartition || Math.Abs(x.Value) >= Precision));" + "" ], "metadata": {}, "execution_count": 0,