GAA-UAM / scikit-fda

Functional Data Analysis Python package
https://fda.readthedocs.io
BSD 3-Clause "New" or "Revised" License
287 stars 51 forks source link

Feature/irregular data structure #509

Closed opintosant closed 8 months ago

opintosant commented 1 year ago

Draft PR with the proposed irregular data structure

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 74.48% and project coverage change: -0.47 :warning:

Comparison is base (d5efb95) 85.63% compared to head (ca4c475) 85.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #509 +/- ## =========================================== - Coverage 85.63% 85.17% -0.47% =========================================== Files 143 145 +2 Lines 11384 11873 +489 =========================================== + Hits 9749 10113 +364 - Misses 1635 1760 +125 ``` | [Impacted Files](https://codecov.io/gh/GAA-UAM/scikit-fda/pull/509?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM) | Coverage Δ | | |---|---|---| | [skfda/exploratory/visualization/representation.py](https://codecov.io/gh/GAA-UAM/scikit-fda/pull/509?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM#diff-c2tmZGEvZXhwbG9yYXRvcnkvdmlzdWFsaXphdGlvbi9yZXByZXNlbnRhdGlvbi5weQ==) | `24.01% <25.86%> (+0.18%)` | :arrow_up: | | [skfda/representation/irregular.py](https://codecov.io/gh/GAA-UAM/scikit-fda/pull/509?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM#diff-c2tmZGEvcmVwcmVzZW50YXRpb24vaXJyZWd1bGFyLnB5) | `75.46% <75.46%> (ø)` | | | [skfda/tests/test\_irregular.py](https://codecov.io/gh/GAA-UAM/scikit-fda/pull/509?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM#diff-c2tmZGEvdGVzdHMvdGVzdF9pcnJlZ3VsYXIucHk=) | `97.27% <97.27%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GAA-UAM)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

vnmabus commented 8 months ago

I think this PR is superseded by #531, so I will close it.