Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ica_reclassify logger fix #1

Open
wants to merge 18 commits into
base: Fix_empty_file
Choose a base branch
from

Conversation

handwerkerd
Copy link

@martinezeguiluz Thank you so much for working on this and I apologize for my delay reviewing.

I noticed one subtle issue. In your PR, you are calling LGR.warning but that happens before utils.setup_loggers is called to set up the logger to actually log the warnings. In this PR, I'm moving utils.setup_loggers higher up in the function so that the warnings you added will now be appropriated logged.

Once you merge this PR into yours (assuming you don't see any new issues) I'm fine approving.

(Also, I've been running tedana with python 3.12 and there are a couple more style complaints in pca.py and selection_nodes.py that weren't flagged with older versions of python. To make the linter happy, I just corrected them here.

allcontributors bot and others added 4 commits November 29, 2023 09:52
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
handwerkerd and others added 14 commits January 10, 2024 14:06
* added version numbers

* Add lib info to html report
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Dan Handwerker <[email protected]>
Co-authored-by: handwerkerd <[email protected]>
* Update index.rst

Changed newsletter from TinyLetter to new google groups link.

* Update README.md

Changed newsletter link from TinyLetter to Google Groups

* Update README.md

Changed the content from tinyletter to google groups

* Update support.rst

updated newsletter link to google groups

* Update README.md

Co-authored-by: Eneko Uruñuela <[email protected]>

* Update docs/index.rst

Co-authored-by: Eneko Uruñuela <[email protected]>

* Update README.md

* Update support.rst

* Update README.md

---------

Co-authored-by: Eneko Uruñuela <[email protected]>
…E-ICA#1018)

* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Run new version of black.

* Run isort.
…E-ICA#1024)

* Create dependabot.yml

* Drop release drafter in favor of release config.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Base versions on last CircleCI 3.8 env build.

* Base max versions on 3.12 test.

* Set minimum versions too.

* Update pyproject.toml

Co-authored-by: Dan Handwerker <[email protected]>

---------

Co-authored-by: Dan Handwerker <[email protected]>
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.

5 participants