Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 2 additions & 38 deletions ifrs17-template/Test/Tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cell_type": "markdown",
"source": [
"Comprehensive collection of tests executed on top of the Systemorph use cases (initialization).",
"\n<br> Execute this Notebook using at least 20Gb RAM."
"\n<br> Execute this Notebook using at least 12Gb RAM."
],
"metadata": {},
"execution_count": 0,
Expand All @@ -45,42 +45,6 @@
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"#!eval-notebook \"ImportStorageTest\""
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"#!eval-notebook \"ReportStorageTest\""
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"#!eval-notebook \"AocStructureTest\""
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"#!eval-notebook \"TechnicalMarginTest\""
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
Expand Down Expand Up @@ -163,4 +127,4 @@
"outputs": []
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
{
"cell_type": "code",
"source": [
"#!import \"TestData\""
"#!import \"../Import/Importers\"",
"\n#!import \"TestData\""
],
"metadata": {},
"execution_count": 0,
Expand All @@ -44,16 +45,6 @@
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"await DataSource.SetAsync();",
"\nDataSource.Reset(x => x.ResetCurrentPartitions());"
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
{
"cell_type": "code",
"source": [
"#!import \"TestData\""
"#!import \"../Import/Importers\"",
"\n#!import \"TestData\""
],
"metadata": {},
"execution_count": 0,
Expand All @@ -44,16 +45,6 @@
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"await DataSource.SetAsync();",
"\nDataSource.Reset(x => x.ResetCurrentPartitions());"
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
{
"cell_type": "code",
"source": [
"#!import \"TestData\""
"#!import \"../Report/ReportStorage\"",
"\n#!import \"TestData\""
],
"metadata": {},
"execution_count": 0,
Expand All @@ -35,16 +36,6 @@
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"await DataSource.SetAsync();",
"\nDataSource.Reset(x => x.ResetCurrentPartitions());"
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
{
"cell_type": "code",
"source": [
"#!import \"TestData\""
"#!import \"../Import/Importers\"",
"\n#!import \"TestData\""
],
"metadata": {},
"execution_count": 0,
Expand All @@ -44,16 +45,6 @@
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"await DataSource.SetAsync();",
"\nDataSource.Reset(x => x.ResetCurrentPartitions());"
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
Expand Down
10 changes: 0 additions & 10 deletions ifrs17-template/Test/TestData.ipynb → ifrs17/Test/TestData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
"nbformat": 4,
"nbformat_minor": 5,
"cells": [
{
"cell_type": "code",
"source": [
"#!import \"../Constants/CalculationEngine\"",
"\n#!eval calculationEngine"
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "markdown",
"source": [
Expand Down
36 changes: 36 additions & 0 deletions ifrs17/Test/Tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,42 @@
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"#!eval-notebook \"AocStructureTest\""
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"#!eval-notebook \"ImportStorageTest\""
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"#!eval-notebook \"ReportStorageTest\""
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"#!eval-notebook \"TechnicalMarginTest\""
],
"metadata": {},
"execution_count": 0,
"outputs": []
}
]
}