Skip to content

Update pr workflow and ci action to use installable nmaci#1185

Merged
iamzoltan merged 10 commits into
mainfrom
staging
Jun 15, 2026
Merged

Update pr workflow and ci action to use installable nmaci#1185
iamzoltan merged 10 commits into
mainfrom
staging

Conversation

@iamzoltan

Copy link
Copy Markdown
Contributor

No description provided.

@iamzoltan iamzoltan left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

…OfMultimodalMovies

Adding Algonauts 2025-based challenge
@github-actions

Copy link
Copy Markdown

Notebook Processing Failure Context

projects/fMRI/HowDoesTheHumanBrainMakeSenseOfMultimodalMovies.ipynb

2026-06-15T16:36:35.4362950Z Executing projects/fMRI/HowDoesTheHumanBrainMakeSenseOfMultimodalMovies.ipynb
2026-06-15T16:36:36.6844621Z [IPKernelApp] WARNING | Kernel is running over TCP without encryption. All communication (including code and outputs) is sent in plain text and is susceptible to eavesdropping. Use IPC transport or launch with kernel manager-provisioned CurveZMQ keys to enable transport encryption.
2026-06-15T16:36:58.1562427Z projects/fMRI/HowDoesTheHumanBrainMakeSenseOfMultimodalMovies.ipynb failed quality control.
2026-06-15T16:36:58.1563266Z An error occurred while executing the following cell:
2026-06-15T16:36:58.1563822Z ------------------
2026-06-15T16:36:58.1564205Z import os
2026-06-15T16:36:58.1564514Z ============================== Failure ==============================
2026-06-15T16:36:58.1565090Z from pathlib import Path
2026-06-15T16:36:58.1565493Z import glob
2026-06-15T16:36:58.1565723Z import re
2026-06-15T16:36:58.1565948Z import ast
2026-06-15T16:36:58.1566188Z import string
2026-06-15T16:36:58.1566430Z import zipfile
2026-06-15T16:36:58.1566583Z 
2026-06-15T16:36:58.1566693Z import numpy as np
2026-06-15T16:36:58.1567343Z import pandas as pd
2026-06-15T16:36:58.1567611Z import h5py
2026-06-15T16:36:58.1567843Z import torch
2026-06-15T16:36:58.1568093Z import librosa
2026-06-15T16:36:58.1568328Z import cv2
2026-06-15T16:36:58.1568567Z import nibabel as nib
2026-06-15T16:36:58.1568736Z 
2026-06-15T16:36:58.1568873Z from tqdm.notebook import tqdm
2026-06-15T16:36:58.1569191Z from scipy.stats import pearsonr
2026-06-15T16:36:58.1569403Z 
2026-06-15T16:36:58.1569631Z from sklearn.linear_model import RidgeCV, Ridge, LinearRegression
2026-06-15T16:36:58.1570488Z from sklearn.preprocessing import StandardScaler
2026-06-15T16:36:58.1570889Z from sklearn.decomposition import PCA
2026-06-15T16:36:58.1571117Z 
2026-06-15T16:36:58.1571243Z from nilearn import plotting
2026-06-15T16:36:58.1571584Z from nilearn.maskers import NiftiLabelsMasker
2026-06-15T16:36:58.1571838Z 
2026-06-15T16:36:58.1571955Z import ipywidgets as widgets
2026-06-15T16:36:58.1572293Z from ipywidgets import VBox, Dropdown, Button
2026-06-15T16:36:58.1572883Z from IPython.display import Video, display, clear_output
2026-06-15T16:36:58.1573168Z 
2026-06-15T16:36:58.1573306Z from moviepy.editor import VideoFileClip
2026-06-15T16:36:58.1573560Z 
2026-06-15T16:36:58.1573723Z from transformers import BertTokenizer, BertModel
2026-06-15T16:36:58.1574009Z 
2026-06-15T16:36:58.1574216Z from torchvision.transforms import Compose, Lambda, CenterCrop
2026-06-15T16:36:58.1574779Z from torchvision.models.feature_extraction import create_feature_extractor
2026-06-15T16:36:58.1575141Z 
2026-06-15T16:36:58.1575273Z from pytorchvideo.transforms import (
2026-06-15T16:36:58.1575596Z     Normalize,
2026-06-15T16:36:58.1575858Z     UniformTemporalSubsample,
2026-06-15T16:36:58.1576154Z     ShortSideScale,
2026-06-15T16:36:58.1576416Z )
2026-06-15T16:36:58.1576638Z ------------------
2026-06-15T16:36:58.1576800Z 
2026-06-15T16:36:58.1576805Z 
2026-06-15T16:36:58.1577277Z �[0;31m---------------------------------------------------------------------------�[0m
2026-06-15T16:36:58.1577961Z �[0;31mModuleNotFoundError�[0m                       Traceback (most recent call last)
2026-06-15T16:36:58.1578482Z Cell �[0;32mIn[2], line 13�[0m
2026-06-15T16:36:58.1578989Z �[1;32m     11�[0m �[38;5;28;01mimport�[39;00m�[38;5;250m �[39m�[38;5;21;01mh5py�[39;00m
2026-06-15T16:36:58.1579618Z �[1;32m     12�[0m �[38;5;28;01mimport�[39;00m�[38;5;250m �[39m�[38;5;21;01mtorch�[39;00m
2026-06-15T16:36:58.1580568Z �[0;32m---> 13�[0m �[38;5;28;01mimport�[39;00m�[38;5;250m �[39m�[38;5;21;01mlibrosa�[39;00m
2026-06-15T16:36:58.1594694Z �[1;32m     14�[0m �[38;5;28;01mimport�[39;00m�[38;5;250m �[39m�[38;5;21;01mcv2�[39;00m
2026-06-15T16:36:58.1595942Z �[1;32m     15�[0m �[38;5;28;01mimport�[39;00m�[38;5;250m �[39m�[38;5;21;01mnibabel�[39;00m�[38;5;250m �[39m�[38;5;28;01mas�[39;00m�[38;5;250m �[39m�[38;5;21;01mnib�[39;00m
2026-06-15T16:36:58.1596824Z 
2026-06-15T16:36:58.1597253Z �[0;31mModuleNotFoundError�[0m: No module named 'librosa'
2026-06-15T16:36:58.1597613Z 
2026-06-15T16:36:58.3726734Z ##[error]Process completed with exit code 1.

projects/fMRI/fMRI_videos.ipynb

2026-06-15T16:36:45.3968511Z projects/fMRI/fMRI_videos.ipynb failed quality control.
2026-06-15T16:36:45.3969036Z ============================== Failure ==============================
2026-06-15T16:36:45.3969729Z Notebook is not sequentially executed on a fresh kernel.
2026-06-15T16:36:45.3970529Z Please do 'Restart and run all' before pushing to Github.
2026-06-15T16:36:45.5270495Z ##[error]Process completed with exit code 1.

@github-actions

Copy link
Copy Markdown

Follow-up PR Created

A follow-up PR has been created for the notebooks that failed to process:

Follow-up PR: #1187
Branch: reprocess-pr1185-20260615164153

The failed notebooks have been reverted to their main branch versions in this PR.
Once this PR is merged, the follow-up PR can be used to reprocess the failed notebooks independently.

@iamzoltan iamzoltan left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@iamzoltan iamzoltan merged commit 45ffbe9 into main Jun 15, 2026
iamzoltan added a commit that referenced this pull request Jun 15, 2026
…0615164153

Reprocess: Failed notebooks from PR #1185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants