Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588813417
Change-Id: I197d5d3eac490972a903767877d3fa0e3795e8b1
  • Loading branch information
vezhnick authored and copybara-github committed Dec 7, 2023
1 parent 79845c4 commit fd46a10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/cyberball/cyberball.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
"source": [
"# @title Metrics plotting\n",
"\n",
"colab_import.reload_module(plotting)\n",
"\n",
"\n",
"group_by = collections.defaultdict(lambda: 'player')\n",
"group_by['opinion_of_others'] = 'of_player'\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/magic_beans_for_sale.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
"source": [
"# @title Metrics plotting\n",
"\n",
"colab_import.reload_module(plotting)\n",
"\n",
"\n",
"group_by = collections.defaultdict(lambda: 'player')\n",
"group_by['opinion_of_others'] = 'of_player'\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/three_key_questions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
"source": [
"# @title Metrics plotting\n",
"\n",
"colab_import.reload_module(plotting)\n",
"\n",
"\n",
"group_by = collections.defaultdict(lambda: 'player')\n",
"group_by['opinion_of_others'] = 'of_player'\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/village/day_in_riverbend.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
"source": [
"# @title Metrics plotting\n",
"\n",
"colab_import.reload_module(plotting)\n",
"\n",
"\n",
"group_by = collections.defaultdict(lambda: 'player')\n",
"group_by['opinion_of_others'] = 'of_player'\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/village/riverbend_elections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@
"source": [
"# @title Metrics plotting\n",
"\n",
"colab_import.reload_module(plotting)\n",
"\n",
"\n",
"group_by = collections.defaultdict(lambda: 'player')\n",
"group_by['opinion_of_others'] = 'of_player'\n",
Expand Down

0 comments on commit fd46a10

Please sign in to comment.