File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ jobs:
290290 command : |
291291 source venv_test/bin/activate
292292 julia -e 'using PyCall; math = pyimport("math"); print(math.sin(math.pi/4))'
293- # julia -e 'using Pkg; Pkg.test("PowerModels")'
293+ julia -e 'using Pkg; Pkg.test("PowerModels")'
294294 # PM testing above is clean but takes 30m
295295 - run :
296296 name : Test PandaModels in Julia
@@ -299,13 +299,14 @@ jobs:
299299 julia -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name="Ipopt", version="0.9"))'
300300 julia -e 'using Pkg; Pkg.status(); Pkg.status(outdated=true)'
301301 julia -e 'using Pkg; Pkg.test("PandaModels")'
302- # PdM testing above has a couple failures b/c Ipopt
302+ # PdM testing above has a couple failures b/c Ipopt=1 unless downgrade (taking PM with it)
303303 - run :
304304 name : Test PowerModels in PandaPower
305305 command : |
306306 source venv_test/bin/activate
307307 python -m pytest -v venv_test/lib/python3.12/site-packages/pandapower/test/opf/test_pandamodels_runpm.py
308308 # use python-jl instead of python above if get a static libpython error
309+ # PdP testing above has a couple failures b/c Ipopt=1 unless downgrade (taking PM with it)
309310
310311 install39 :
311312 executor : python39
You can’t perform that action at this time.
0 commit comments