Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Oct 16, 2024
1 parent f02b110 commit 1f1edc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion negmas/sao/mechanism.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ def __init__(
),
}
)
self._one_offer_per_step = one_offer_per_step
assert self.nmi.end_on_no_response == end_on_no_response
assert self.nmi.atomic_steps == one_offer_per_step
self._one_offer_per_step = one_offer_per_step
self._current_state: SAOState

# self._history: list[SAOState] = []
Expand Down

0 comments on commit 1f1edc7

Please sign in to comment.