Jinning Wang
Jinning Wang
@jd-lara Hi, After inspection, it is caused by inappropriate GAST parameters ``VMAX`` and ``VMIN``. After converting to the ANDES input file, those two parameters are set to be 0.5, and...
Hi, The bug is caused by that the ``LAG`` reaching the lower limit. I enabled the adjust_lower of GAST, so the limit can be autocorrected. For more information on limit...
Thanks for your response. Yes, I totally agree with this arrangement.
Hi @Batalex, Thanks for your response. > Just so you know, I was unable to import the package on OS X with the following error: symbol not found in flat...
> @jinningwang Still looking for reviewers. Not easy to find people with domain knowledge interested in reviewing software. I found two reviewers who seem to have domain knowledge and experience...
Hello, the editorial team @NimaSarajpoor @lwasser, thanks for your efforts! Feel free to drop me a message when I can start preparing revision and response.
# Issue unexpected behaviors of `find_idx()` ## For single input `values`, only return first match even there are multiple matches Minimal code: ```python ss = andes.load(andes.get_case('ieee14/ieee14_pvd1.xlsx')) ss.PVD1.find_idx(keys='bus', values=[4]) ``` Return:...
> `idx` is meant to be unique. Otherwise, it's an inconsistency in input data. > > Not sure what went off, but with my fresh installation of ANDES, second case...
> The following is my result. It needs a fix. > > ``` > >>> ss.PVD1.find_idx(keys='bus', values=[4]) > [1] > ``` I'm happy to do it, and I am actually...
# Develop a model `ConnMan` to handle connectivity check To handle topology changes caused by turn off Bus and resulted other models' disconnection. This model can go to group `Collection`...