Skip to content

Add dvars - #6

Open
demidenm wants to merge 3 commits into
nipraxis-spring-2022:mainfrom
demidenm:add-dvars
Open

Add dvars#6
demidenm wants to merge 3 commits into
nipraxis-spring-2022:mainfrom
demidenm:add-dvars

Conversation

@demidenm

Copy link
Copy Markdown
Collaborator

This message makes sense.

matthew-brett and others added 3 commits May 17, 2022 11:13
Dvars code needs to be filled in.

Add continuous integration

Ignore solutions

Try updating checkout command
Comment thread findoutlie/metrics.py
Comment on lines +33 to +36
first = data[:,:,:,1:]
second = data[:,:,:,:-1]

diff = first - second

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
first = data[:,:,:,1:]
second = data[:,:,:,:-1]
diff = first - second
diff = data[:,:,:,1:] - data[:,:,:,:-1]

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.

3 participants