Skip to content

Commit

Permalink
AttributeError: 'Result' object has no attribute 'time' #507
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Nov 22, 2023
1 parent 67cdeb5 commit b14584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/interface/result.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"- `res.opt`: The solutions as a `Population` object.\n",
"- `res.pop`: The final Population\n",
"- `res.history`: The history of the algorithm. (only if `save_history` has been enabled during the algorithm initialization)\n",
"- `res.time`: The time required to run the algorithm\n"
"- `res.exec_time`: The time required to run the algorithm\n"
]
},
{
Expand Down

0 comments on commit b14584f

Please sign in to comment.