Skip to content

Commit

Permalink
Change copy to move
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Feb 29, 2024
1 parent ae77717 commit b77a3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-omoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
shell: bash -l {0}
run: |
git clone https://github.com/openEDI/oedisi-ieee123
cp oedisi-ieee123/profiles LocalFeeder/profiles
cp oedisi-ieee123/qsts LocalFeeder/opendss
mv oedisi-ieee123/profiles LocalFeeder/profiles
mv oedisi-ieee123/qsts LocalFeeder/opendss
# Change every kVA=50 and Pmpp=50 to kVA=200 and Pmpp=200 in LocalFeeder/opendss/IEEE123Pv.dss
sed -i 's/kVA=50/kVA=200/g; s/Pmpp=50/Pmpp=200/g' LocalFeeder/opendss/IEEE123Pv.dss
oedisi build --system scenarios/omoo_system.json
Expand Down

0 comments on commit b77a3bd

Please sign in to comment.