Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct error in tutorial for plot_convergence()
The function plot_convergence() expects a pandas dataframe as the single argument in the current implementation, causing it to fail when passed 4 different lists as arguments instead. This edit corrects the tutorial to appropriately pass a single dataframe with the appropriate column names, resulting in code that successfully reproduces the example graph.
- Loading branch information