Skip to content

Commit

Permalink
Internal changes prior to first commit.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573835220
Change-Id: I404fa1713639c6d2cded4073461536afd806b097
  • Loading branch information
imgemp authored and lanctot committed Oct 16, 2023
1 parent 6fcba02 commit 41bdb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from absl.testing import absltest
from absl.testing import parameterized

from open_spiel.python.games.chat_games.envs.base_envs import email
from open_spiel.python.games.chat_games.envs.base_envs import email_plain
from open_spiel.python.games.chat_games.envs.base_envs import email_with_tone
from open_spiel.python.games.chat_games.envs.base_envs import email_with_tone_info
from open_spiel.python.games.chat_games.envs.base_envs import schedule_meeting_with_info
Expand All @@ -28,7 +28,7 @@
class BaseEnvsTest(parameterized.TestCase):

@parameterized.parameters([
dict(base_env=email),
dict(base_env=email_plain),
dict(base_env=email_with_tone),
dict(base_env=email_with_tone_info),
dict(base_env=schedule_meeting_with_info),
Expand Down

0 comments on commit 41bdb68

Please sign in to comment.