Skip to content

Extract project for Data#42

Merged
dcolleoni merged 4 commits into
developfrom
ExtractDataProject
Oct 12, 2022
Merged

Extract project for Data#42
dcolleoni merged 4 commits into
developfrom
ExtractDataProject

Conversation

@dcolleoni
Copy link
Copy Markdown
Contributor

No description provided.

@dcolleoni dcolleoni requested a review from amuolo October 11, 2022 12:48
@dcolleoni dcolleoni self-assigned this Oct 11, 2022
@dcolleoni dcolleoni merged commit 4f6f4cb into develop Oct 12, 2022
@dcolleoni dcolleoni deleted the ExtractDataProject branch October 12, 2022 06:02
"\n Partition = scope.GetStorage().TargetPartition };",
"\n",
"\npublic static IfrsVariable FromCsmToIfrsVariable(this Csm scope)",
"\npublic static IfrsVariable FromCsmToIfrsVariable(this ContractualServiceMaring scope)",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo? ContractualServiceMaring --> ContractualServiceMargin

"source": [
"var computedCSM_BoP_I = Test.GetScope<Csm>(id_BoP_I).Value;",
"\nvar computedLC_BoP_I = Test.GetScope<Lc>(id_BoP_I).Value;"
"var computedCSM_BoP_I = Test.GetScope<ContractualServiceMaring>(id_BoP_I).Value;",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo? ContractualServiceMaring --> ContractualServiceMargin

"source": [
"var computedCSM_MC_I = Test.GetScope<Csm>(id_MC_I).Value;",
"\nvar computedLC_MC_I = Test.GetScope<Lc>(id_MC_I).Value;"
"var computedCSM_MC_I = Test.GetScope<ContractualServiceMaring>(id_MC_I).Value;",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo? ContractualServiceMaring --> ContractualServiceMargin

"source": [
"var computedCSM_CL_C = Test.GetScope<Csm>(id_CL_C).Value;",
"\nvar computedLC_CL_C = Test.GetScope<Lc>(id_CL_C).Value;"
"var computedCSM_CL_C = Test.GetScope<ContractualServiceMaring>(id_CL_C).Value;",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo? ContractualServiceMaring --> ContractualServiceMargin

"source": [
"var computedCSM_EoP_C = Test.GetScope<Csm>(id_EoP_C).Value;",
"\nvar computedLC_EoP_C = Test.GetScope<Lc>(id_EoP_C).Value;"
"var computedCSM_EoP_C = Test.GetScope<ContractualServiceMaring>(id_EoP_C).Value;",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo? ContractualServiceMaring --> ContractualServiceMargin

"cell_type": "code",
"source": [
"var csm = allIdentitiesWoLic.SelectMany(id => Test.GetScope<Csm>(id).RepeatOnce()",
"var csm = allIdentitiesWoLic.SelectMany(id => Test.GetScope<ContractualServiceMaring>(id).RepeatOnce()",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo? ContractualServiceMaring --> ContractualServiceMargin

dtrzesniak pushed a commit that referenced this pull request Nov 23, 2022
dtrzesniak pushed a commit that referenced this pull request Nov 23, 2022
@dcolleoni dcolleoni added this to the v1.1.0 milestone Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants