Skip to content

Commit

Permalink
✅ include test of preferred_only
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Apr 25, 2024
1 parent 08c1a20 commit 54da8ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_generate_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def test_method_write_json():
lciafmt.util.save_json(method_id = method_id,
name = 'test_TRACI',
mapped_data = method,
write_flows=True)
write_flows=True,
preferred_only=True)
# Test FEDEFL Inventory
method_id = lciafmt.Method.FEDEFL_INV
method = lciafmt.get_mapped_method(method_id = method_id,
Expand Down

0 comments on commit 54da8ad

Please sign in to comment.