Skip to content

Commit 865dd31

Browse files
authored
Merge pull request #98 from NGO-Algorithm-Audit/feature/lweaks-9-jun
fix for {{samples}}
2 parents de2c023 + d615144 commit 865dd31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/assets/synthetic-data.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,10 @@ def run():
278278
},
279279
{
280280
'reportType': 'text',
281-
'textKey': 'syntheticData.cartModelDescription' if sdgMethod == 'cart' else 'syntheticData.gaussianCopulaModelDescription'
281+
'textKey': 'syntheticData.cartModelDescription' if sdgMethod == 'cart' else 'syntheticData.gaussianCopulaModelDescription',
282+
'params': {
283+
'samples': samples,
284+
}
282285
},
283286
{
284287
'reportType': 'heading',

0 commit comments

Comments
 (0)