Closed SudoMishra closed 1 year ago
Huh, why was this PR closed? It was going good with only a small amount of tweaking needed.
Oh sorry, I was trying to make a PR on my forked repo and I think I messed up and closed this PR. I'll reopen it.
@SudoMishra test fail so something is going wrong with the way you rescale, can you have a closer look?
I rewrote the rescale function in lyapunov.jl with get_state and set_state functions as you had mentioned. In the current form of the rescale function, we no longer need multiple rescale functions as that can be handled by the multiple dispatches of get_state and set_state for different scenarios.
I'm unsure about the type of declarations that would go with the new rescale function but I think as now it handles both vector and matrix scenarios, the type declaration might not be needed.
I'm new to Julia and git. This is my first PR. I'm quite interested in contributing more to this package. Thank you.