Skip to content

Commit 9cf210d

Browse files
committed
updated example file to include dummy commodity since we made it so that you couldn't have empty maps any longer
1 parent e6d6fe3 commit 9cf210d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

input/tariff_region.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,15 @@
300300
<region>Germany</region>
301301
<RegionConfig>
302302
<blanket_adjustment>-0.10</blanket_adjustment>
303-
<commodity_adjustments/>
303+
<commodity_adjustments>
304+
<!-- Dummy commodity to allow for no commodity specific
305+
adjustments. There MUST be at least one commodity in this list,
306+
otherwise RelaxNG Error will occur-->
307+
<item>
308+
<commodity>None</commodity>
309+
<adjustment>0.00</adjustment>
310+
</item>
311+
</commodity_adjustments>
304312
</RegionConfig>
305313
</item>
306314
</adjustment_regions>

0 commit comments

Comments
 (0)