Skip to content

Commit 3fb0c19

Browse files
mvdocclaude
andcommitted
Remove commented-out code blocks before public release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c89db85 commit 3fb0c19

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

scripts/qa/qa-plot-motion.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -447,18 +447,6 @@ def create_group_fd_violin_plots_by_task(
447447
y_max = 1.0
448448
ax.set_ylim(0, y_max)
449449

450-
# Add FD outlier percentage labels above each violin (same y-line)
451-
# y_label_pos = y_max * 0.92
452-
# for i, pct in enumerate(outlier_percentages):
453-
# ax.text(
454-
# positions[i],
455-
# y_label_pos,
456-
# f"{pct:.1f}%",
457-
# ha="center",
458-
# va="top",
459-
# fontsize=16,
460-
# )
461-
462450
ax.set_xticks(positions)
463451
ax.set_xticklabels(subject_labels, fontsize=14, rotation=45, ha="right")
464452
ax.tick_params(axis="y", labelsize=14)

src/hyperface/viz.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ def create_fsaverage6_plot(
242242
if has_display():
243243
# Inflated 3D views (requires display/WebGL)
244244
params = params_fsaverage_allviews
245-
# params = cortex.export.params_flatmap_inflated_lateral_medial_ventral
246-
# windowsize = (3200, 1800)
247245
viewer_params = {
248246
"labels_visible": [],
249247
"overlays_visible": ["rois", ],

0 commit comments

Comments
 (0)