Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor tests #30

Closed
frapac opened this issue Aug 24, 2020 · 1 comment
Closed

Refactor tests #30

frapac opened this issue Aug 24, 2020 · 1 comment

Comments

@frapac
Copy link
Member

frapac commented Aug 24, 2020

As a wise man once said:

I don't test the tests anymore since I don't know what to test

I would suggest to split the runtests.jl file in several files, to test apart:

  • the behavior of PowerSystem
  • the parsing from PSSE and Matpower
  • the behavior of the costs function, the residual function and the other constraints we have to consider
  • the preconditioners
  • the Newton-Raphson algorithm (both on CPU and GPU)
  • the computation of the reduced gradients
  • the OPF resolution
@frapac
Copy link
Member Author

frapac commented Sep 2, 2020

Addressed on dev/rgm

@frapac frapac closed this as completed Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant