Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Add group tool #1319

Merged
merged 49 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
0304d55
Release chiba-02 (#1298)
dchassin Jun 26, 2023
d797345
Update version.h
Jun 29, 2023
d482532
Add support for accessing ISO New England hourly market data (#1307)
dchassin Jul 3, 2023
b49c96d
Add group tool
Jul 26, 2023
d37ca31
Update group.py
Jul 27, 2023
d4496ed
Update group.py
Jul 27, 2023
e7c674f
Update group.py
Jul 27, 2023
d4b5585
Update group.py
Jul 27, 2023
92bc062
Update group.py
Jul 27, 2023
e35a7d4
Update group.py
Jul 27, 2023
dbaeb39
Update group.py
Jul 27, 2023
76f5f24
Create test_group_assets_opt.glm
Jul 28, 2023
7bba8ba
Create test_group_network_opt.glm
Jul 28, 2023
e10c204
Add wheel install (#1310)
dchassin Jul 9, 2023
303b7d4
Add shell subcommand (#1312)
dchassin Jul 10, 2023
055a545
Update Geodata.md (#1314)
aivanova5 Jul 14, 2023
697ca7e
Fixed group
Jul 28, 2023
0251737
Update test_group_assets_opt.glm
Jul 28, 2023
932140f
Update test_group_assets_opt.glm
Jul 28, 2023
ddea3ed
Update test_group_assets_opt.glm
Jul 28, 2023
5dde3b1
Merge branch 'develop' into develop-add-group-tool
dchassin Jul 28, 2023
e25cafd
Bump pillow from 9.0.1 to 9.3.0 in /converters (#1224)
dependabot[bot] Dec 23, 2022
69a175a
Release 4.3.1 (chiba-1) (#1145)
dchassin Jun 1, 2023
622a468
Fix repo name (#1296)
dchassin Jun 2, 2023
fedbf9d
Release chiba-02 (#1298)
dchassin Jun 26, 2023
3eaf2ac
Update version.h
Jun 29, 2023
b2170da
Add support for accessing ISO New England hourly market data (#1307)
dchassin Jul 3, 2023
84ec70d
Add group tool
Jul 26, 2023
d814526
Update group.py
Jul 27, 2023
a1e4387
Update group.py
Jul 27, 2023
4b22ffc
Update group.py
Jul 27, 2023
fb87419
Update group.py
Jul 27, 2023
c5b0fc4
Update group.py
Jul 27, 2023
decf5e5
Update group.py
Jul 27, 2023
ed3a8df
Update group.py
Jul 27, 2023
35a9156
Create test_group_assets_opt.glm
Jul 28, 2023
62bf1ab
Create test_group_network_opt.glm
Jul 28, 2023
c8e0781
Add wheel install (#1310)
dchassin Jul 9, 2023
75076e9
Add shell subcommand (#1312)
dchassin Jul 10, 2023
688c397
Update Geodata.md (#1314)
aivanova5 Jul 14, 2023
bd78386
Fixed group
Jul 28, 2023
cb5393f
Update test_group_assets_opt.glm
Jul 28, 2023
1373833
Merge branch 'develop-add-group-tool' of https://github.com/dchassin/…
Jul 28, 2023
02b392a
Fix numerous edge cases
dchassin Jul 29, 2023
554c62c
Fix group autotest
dchassin Jul 29, 2023
dacae7f
Add support for swingbus and isolated python variables.
dchassin Jul 29, 2023
1dac0cf
Update group.py
dchassin Jul 29, 2023
5d5f9a0
Update group.py
Jul 30, 2023
c656959
Update group.py
Jul 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dist_pkgdata_DATA += tools/fire_danger.py
dist_pkgdata_DATA += tools/fit_filter.py
dist_pkgdata_DATA += tools/gridlabd-editor.png
dist_pkgdata_DATA += tools/gridlabd-editor.py
dist_pkgdata_DATA += tools/group.py
dist_pkgdata_DATA += tools/insights.py
dist_pkgdata_DATA += tools/install.py
dist_pkgdata_DATA += tools/isone.py
Expand Down
1 change: 1 addition & 0 deletions tools/autotest/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test_isone.csv
test_isone_opt.glm
pole_configuration.glm
16 changes: 16 additions & 0 deletions tools/autotest/test_group.glm
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#ifexist ../test_group_network_opt.glm
#define DIR=..
#endif

#include "${DIR:-.}/test_group_network_opt.glm"
#include "${DIR:-.}/test_group_assets_opt.glm"

#resolve now
#write test_group.json

#python -m group -i=test_group.json --modify --force -o=test_group_modify_opt.glm
#include "test_group_modify_opt.glm"

#ifexist ../test_group_modify_opt.glm
#on_exit 0 diff -I '^[#/].*' ../test_group_modify_opt.glm test_group_modify_opt.glm > gridlabd.diff
#endif
Loading