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

fix: redundant writes to dataframe #1105 (#1106) #1112

Merged
merged 2 commits into from
May 13, 2024

Conversation

manthey
Copy link
Contributor

@manthey manthey commented May 13, 2024

  • fix: redundant writes to dataframe

  • refac: removed double quotes

  • refac: removed unused variables

  • fix: acc to latest version of HistomicsTK

  • refac: removed unused import

  • fix: Area is float in ground truth

  • refac: relative import

  • fix: rm coordinates from rprops

  • fix: ignore rprops if None

  • fix: ignore rprops if None

  • linting compute_fsd_features.py

  • lint compute_gradient_features.py

  • lint compute_haralick_features.py

  • lint compute_morphometry_features.py

  • lint test_feature_extraction.py

  • lint: rm conditionals from compute_nuclei_features

  • Revert "lint: rm conditionals from compute_nuclei_features"

This reverts commit cd842a0.

  • lint: trailing comma and newline

  • lint: colon spacing in compute_haralick_features.py

  • lint: colon spacing in compute_nuclei_features.py


* fix: redundant writes to dataframe

* refac: removed double quotes

* refac: removed unused variables

* fix: acc to latest version of HistomicsTK

* refac: removed unused import

* fix: Area is float in ground truth

* refac: relative import

* fix: rm coordinates from rprops

* fix: ignore rprops if None

* fix: ignore rprops if None

* linting compute_fsd_features.py

* lint compute_gradient_features.py

* lint compute_haralick_features.py

* lint compute_morphometry_features.py

* lint test_feature_extraction.py

* lint: rm conditionals from compute_nuclei_features

* Revert "lint: rm conditionals from compute_nuclei_features"

This reverts commit cd842a0.

* lint: trailing comma and newline

* lint: colon spacing in compute_haralick_features.py

* lint: colon spacing in compute_nuclei_features.py

---------

Co-authored-by: Lee Cooper <[email protected]>
@manthey manthey linked an issue May 13, 2024 that may be closed by this pull request
@manthey manthey merged commit bf0f18e into master May 13, 2024
31 checks passed
@manthey manthey deleted the 1105-remove-redundant-access-to-dataframe branch May 13, 2024 13:02
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.

Remove redundant access to DataFrame
2 participants