Skip to content

Commit 044fc1d

Browse files
committedMar 15, 2023
Small change
1 parent ec5f260 commit 044fc1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pymgpipe/vffva.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def veryFastFVA(
9999
results.index.rename('id',inplace=True)
100100
if threshold is not None:
101101
results[abs(results)<threshold]=0
102-
# results.sort_index(inplace=True)
102+
103+
results.sort_index(inplace=True)
103104
results.columns=['min','max']
104105
return results

1 commit comments

Comments
 (1)

github-actions[bot] commented on Mar 15, 2023

@github-actions[bot]
Contributor

Coverage

Coverage Report
FileStmtsMissCoverMissing
pymgpipe
   build.py151895%22, 28, 35, 45–48, 79, 81, 144
   coupling.py39685%20, 43, 46–47, 52, 67
   diet.py981882%20, 407–408, 441–457, 470–481, 486–489, 498, 500, 526
   fva.py731777%42–57, 60–61, 64–65, 82–83, 94, 98
   io.py1063666%17, 55, 61–66, 80–81, 95–96, 111, 117–120, 125–133, 142, 146–147, 152–157, 161–167, 176–177
   main.py1454569%97, 100, 149, 167–169, 197–250, 265–266, 296–298, 311
   metrics.py22209%4–33
   nmpc.py1021585%70–71, 104–107, 111, 113, 117, 127–128, 154–167, 169
   utils.py2016966%44–45, 48, 51, 82, 86, 101–104, 110, 114–116, 119–137, 146–147, 155, 189–190, 195–197, 235–238, 240–248, 252, 263–268, 271–275, 295–296, 304–312, 318–321
   vffva.py463035%15, 19, 64–105
pymgpipe/tests
   test_e2e.py84199%200
TOTAL126926579% 

Tests Skipped Failures Errors Time
23 0 💤 0 ❌ 0 🔥 34.272s ⏱️
Please sign in to comment.