Luke Kiernan

Results 46 comments of Luke Kiernan

Okay. Could someone mark this as "wontfix" then? I haven't been added to this repo so I can't do so myself.

I'm convinced that option 1 is the way to go, even though that'll require me to redo the above PR. Having separate `FooPowerFlow` (an actual type) and `FooPowerFlowData` (a shorthand...

> documentation build is failing -- does this depend on PSY 5? Yeah, this is PSY 5. (In the past, when I've asked Jose or Gabriel if I should open...

Will return to this once we have the algorithms working, so we have a better sense of which options we need to provide (for specifying solver parameters).

The convergence is pretty fragile...but I'm not sure if it's my code or just the limitations of the method itself. (And if it's the limitations of the method itself, which...

Update on where things stand: solving `(J' J + λ I) Δx = -J' r` is equivalent to finding the least-squares solution to `vcat(J, λ^(1/2) I) Δx = vcat(-r, 0)`....

The amount of merges here got out of hand, and then a rebase lead to duplicate commits. To avoid this messiness, I just rebased the final commit onto psy5. I'll...

On second thought, maybe we should wait to merge this until there's a test case that compares the result of our powerflow with what matpower or PSS/e gets. I'm only...

Just 2 days ago, Rodrigo and I both were getting the following: ![image (1)](https://github.com/user-attachments/assets/3a4da6e8-10db-4d69-839f-49863a894770) But now I get the same output as Gabriel: everything looks fine, without the autoscaling. There...

I added that test and turned autoscale off by default. Any other changes I should make?