We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ...
Update tests so that they are more complete
e.g. some tests need params
assert dss.Bus.GetUniqueNodeNumber() assert dss.Circuit.Capacity() assert dss.Circuit.SetActiveBusi() assert dss.CktElement.Close() assert dss.CktElement.IsOpen() assert dss.CktElement.Open() assert dss.CktElement.Variablei()
The text was updated successfully, but these errors were encountered:
Monitors also need more tests. Probably adding one or two monitors via run_command() in https://github.com/NREL/OpenDSSDirect.py/blob/30a2060ef1b6986be3a80a49a5b474951d994109/tests/test_opendssdirect.py#L1965 and validating the results is enough.
run_command()
Sorry, something went wrong.
Note for future reference: See issue #29 and PR #30 to identify many functions that are not currently tested.
The new modules Parallel and Storages are missing tests now, as well as some recent other new functions in other modules.
Parallel
Storages
kdheepak
No branches or pull requests
I'm submitting a ...
Feature Request
Update tests so that they are more complete
e.g. some tests need params
The text was updated successfully, but these errors were encountered: