Skip to content

Commit 1c91aae

Browse files
committed
fix linter and remove debug from CI
1 parent eda4ad7 commit 1c91aae

5 files changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/darshan-3.4.2.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ jobs:
125125
run: |
126126
dxt-explorer --debug --start 3.7 --end 3.9 --from 1 --to 100 sample/jeanbez_8_benchmark_parallel_id45195555_8-6-50011-11681279140261054765_1628283217.darshan
127127
128-
- name: Setup upterm session
129-
if: ${{ failure() }}
130-
uses: owenthereal/action-upterm@v1
131-
132128
- name: Upload Artifact
133129
if: always()
134130
uses: actions/upload-artifact@v4

.github/workflows/darshan-3.4.4.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ jobs:
125125
run: |
126126
dxt-explorer --debug --start 3.7 --end 3.9 --from 1 --to 100 sample/jeanbez_8_benchmark_parallel_id45195555_8-6-50011-11681279140261054765_1628283217.darshan
127127
128-
- name: Setup upterm session
129-
if: ${{ failure() }}
130-
uses: owenthereal/action-upterm@v1
131-
132128
- name: Upload Artifact
133129
if: always()
134130
uses: actions/upload-artifact@v4

.github/workflows/darshan-3.4.6.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ jobs:
125125
run: |
126126
dxt-explorer --debug --start 3.7 --end 3.9 --from 1 --to 100 sample/jeanbez_8_benchmark_parallel_id45195555_8-6-50011-11681279140261054765_1628283217.darshan
127127
128-
- name: Setup upterm session
129-
if: ${{ failure() }}
130-
uses: owenthereal/action-upterm@v1
131-
132128
- name: Upload Artifact
133129
if: always()
134130
uses: actions/upload-artifact@v4

.github/workflows/darshan-3.4.7.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ jobs:
125125
run: |
126126
dxt-explorer --debug --start 3.7 --end 3.9 --from 1 --to 100 sample/jeanbez_8_benchmark_parallel_id45195555_8-6-50011-11681279140261054765_1628283217.darshan
127127
128-
- name: Setup upterm session
129-
if: ${{ failure() }}
130-
uses: owenthereal/action-upterm@v1
131-
132128
- name: Upload Artifact
133129
if: always()
134130
uses: actions/upload-artifact@v4

explorer/plots/operation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def determine_legend(fig, column):
230230
quit()
231231

232232
df["osts"] = df["osts"].fillna("-")
233-
df = df.iloc[:-2] # TODO: review why this is needed
233+
df = df.iloc[:-2] # TODO: review why this is needed
234234

235235
if not options["graph_type"]:
236236
if options["start"] is not None:

0 commit comments

Comments
 (0)