You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run the coding of OPF which is in the example floder. But the ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all(). was appeared. How to solve this problem?
Sincerely waiting for your reponse.
The text was updated successfully, but these errors were encountered:
Hey! I found the issue, will get at it. The example uses a somewhat simple state of the DC DC converter that I discontinued, but forgot that specific example uses it.
Sorry about that, should run now. :) also OPF you can load pre saved grids from pyflow_acdc/pyflow_acdc/example_grids you will find the functions, just create a new py doc, import pyflow and load the grid with those functions
Hi, it is my first time to use pyflow_acdc.
I try to run the coding of OPF which is in the example floder. But the ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all(). was appeared. How to solve this problem?
Sincerely waiting for your reponse.
The text was updated successfully, but these errors were encountered: