Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGeorge1234 committed Feb 2, 2024
1 parent 3d73bfd commit fd08880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demos/paper_figures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114507,14 +114507,14 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 36,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Figure saved to /Users/tomgeorge/Documents/figures/01_02_24/Environment_2258.png & .svg\n"
"Figure saved to /Users/tomgeorge/Documents/figures/01_02_24/Environment_2325.png & .svg\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion ratinabox/Agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Agent:
The default params for this agent are:
default_params = {
"dt": 0.01,
"dt": 0.1,
"speed_coherence_time": 0.7,
"speed_mean": 0.08,
"speed_std": 0.08,
Expand Down

0 comments on commit fd08880

Please sign in to comment.