Taylor Salo

Results 852 comments of Taylor Salo

Here's a list of the Actions I've found. It's not a comprehensive list, so please add to it if you find any others. - [next-change](https://github.com/marketplace/actions/next-change) - [release-changelog-builder](https://github.com/marketplace/actions/release-changelog-builder) - [generate-changelog-action](https://github.com/marketplace/actions/generate-changelog-action) -...

The main thing that I was looking for, but didn't find, was the ability to generate restructuredText, rather than Markdown, files. I _really_ want to use admonition boxes in the...

We do have [`update_changes.sh`](https://github.com/ME-ICA/tedana/blob/e8a43ebe1ac896a7c4cd69bc7ba473c28775ecc6/update_changes.sh), which I had completely forgotten about... Not sure if it's actually used anymore.

`ctab` refers to the comptable file provided by the user though, while `comptable` is the DataFrame. I think there are times when we need separate variables. Same for the mixing...

I'd like this to be the final thing we address for 0.0.9.

I propose we push this to 0.0.10.

I'd like to start working on this in conjunction with #146 soon, given that there are relatively few active open PRs with major changes to the code. (My assumption is...

If we're interested in getting z-scores for the betas, then I think the following is an appropriate replacement for `computefeats2`: ``` def t_to_z(t_values, dof): """ From Vanessa Sochat's TtoZ package....

The problem with my proposed approach above is that test statistics for parameter estimates seem to be meaningless when the degrees of freedom are low. The t-statistics end up being...