Skip to content

Commit

Permalink
Add SF100k placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Feb 2, 2022
1 parent d59d287 commit 557995c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/resources/scale_factors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,24 @@
</property>
</scale_factor>

<scale_factor name="100000" >
<property>
<name>generator.numPersons</name>
<value>??</value>
</property>
<property>
<name>generator.startYear</name>
<value>2010</value>
</property>
<property>
<name>generator.numYears</name>
<value>3</value>
</property>
<property>
<name>generator.degreeDistribution</name>
<value>Facebook</value>
</property>
</scale_factor>


</scale_factors>

0 comments on commit 557995c

Please sign in to comment.