Skip to content

Commit

Permalink
Cleaning package: deleting files and deleting code not used.
Browse files Browse the repository at this point in the history
Package does not need dependencies.
  • Loading branch information
PauloRadatz committed Oct 10, 2024
1 parent 2aae55f commit 2d2b942
Show file tree
Hide file tree
Showing 83 changed files with 37 additions and 28,562 deletions.
Binary file removed OpenDSSSharedLibray-DiretDLL.pdf
Binary file not shown.
7 changes: 5 additions & 2 deletions Shammya_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
import py_dss_interface
import os
import pathlib
import numpy as np

script_path = os.path.dirname(os.path.abspath(__file__))

dss_file = pathlib.Path(script_path).joinpath("feeders", "4Bus-YY-Bal", "4Bus-YY-Bal.DSS")
dss_file = pathlib.Path(script_path).joinpath("tests",
"py_dss_interface",
"cases",
"4Bus-YY-Bal",
"4Bus-YY-Bal.DSS")

dss = py_dss_interface.DSS()
dss.text(f"compile [{dss_file}]")
Expand Down
60 changes: 0 additions & 60 deletions build_delete.py

This file was deleted.

45 changes: 0 additions & 45 deletions document/circuit_interface.py

This file was deleted.

31 changes: 0 additions & 31 deletions document/circuit_interface_PR.py

This file was deleted.

18 changes: 0 additions & 18 deletions document/similar_to_COM.py

This file was deleted.

16 changes: 0 additions & 16 deletions document/similar_to_com_PR.py

This file was deleted.

23 changes: 0 additions & 23 deletions document/text_interface.py

This file was deleted.

16 changes: 0 additions & 16 deletions document/text_interface_PR.py

This file was deleted.

21 changes: 0 additions & 21 deletions generator_vsource.py

This file was deleted.

67 changes: 0 additions & 67 deletions line_example.py

This file was deleted.

21 changes: 0 additions & 21 deletions line_impedance.py

This file was deleted.

Loading

0 comments on commit 2d2b942

Please sign in to comment.