Skip to content

Commit

Permalink
remove finite_diff from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Oct 30, 2023
1 parent ebf3274 commit cbc9ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modeler_guide/power_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For instance, initializing dynamic simulations. Also, because [`run_powerflow!`]
are also available for [`run_powerflow!`](@ref)

````@example generated_power_flow
run_powerflow!(system_data; finite_diff = true, method = :newton)
run_powerflow!(system_data; method = :newton)
````

After running the power flow command this are the values of the
Expand Down

0 comments on commit cbc9ef9

Please sign in to comment.