Skip to content

Commit

Permalink
registry udate
Browse files Browse the repository at this point in the history
  • Loading branch information
MMajidi137 committed Aug 16, 2021
1 parent 9f34b2b commit aca86b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandapower/opf/run_powermodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def _call_pandamodels(buffer_file, julia_file, dev_mode): # pragma: no cover

if not Base.find_package("PandaModels"):
print("PandaModels is not installed in julia. It is added now!")
# Pkg.Registry.update()
Pkg.update()
Pkg.Registry.update()
# Pkg.update()
Pkg.add("PandaModels")

if dev_mode:
Expand Down

0 comments on commit aca86b4

Please sign in to comment.