Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2024
1 parent 3351dd8 commit d2cb6c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions examples/agent_examples/whittington_2020_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
"import importlib\n",
"import os\n",
"import pickle\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"\n",
"from neuralplayground.comparison import GridScorer\n",
Expand Down
4 changes: 2 additions & 2 deletions examples/arena_examples/arena_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@
"metadata": {},
"outputs": [],
"source": [
"from neuralplayground.agents.whittington_2020 import Whittington2020\n",
"import neuralplayground.agents.whittington_2020_extras.whittington_2020_parameters as parameters"
"import neuralplayground.agents.whittington_2020_extras.whittington_2020_parameters as parameters\n",
"from neuralplayground.agents.whittington_2020 import Whittington2020"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion neuralplayground/arenas/discritized_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import matplotlib.pyplot as plt
import numpy as np
from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas
from matplotlib.colors import LogNorm

from neuralplayground.arenas.arena_core import Environment
from neuralplayground.plotting.plot_utils import make_plot_trajectories
Expand Down

0 comments on commit d2cb6c3

Please sign in to comment.