con / con/nwb2bids

Do not write 'original_session_id' to table if no change

Open
#370 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5
Forks
6
Avg merge
4h 6m
Merged PRs (30d)
1

Description

We had previously added a record of sanitization effects through the 'original_session_id' column

But there is no need to write this if sanitization had no effect on the values; do not write the column at all if this happens

Contributor guide

Open the contributing guide

Research direction

Locate the sanitization logic and the code that writes the original_session_id column, then trace how unchanged values are detected. Verify that sanitization still records original_session_id when values change, but omits the column entirely when sanitization has no effect.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-engineering
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.