Skip to content

Commit

Permalink
Slight change in test budget.
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-martins committed Nov 16, 2023
1 parent 1512d26 commit e5f2ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lpsmap/test_budget.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():

#fg.add(SequenceBudget(u, transition, budget))
#fg.add(Sequence(u, transition))
fg.add(Budget(u, budget, force_budget))
fg.add(Budget(u, budget, force_budget=force_budget))
#fg.solve()
fg.solve(verbose=0)

Expand Down

0 comments on commit e5f2ab9

Please sign in to comment.