GAA-UAM / scikit-fda

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

Preserve attributes in FDataBasis derivative, and do not change dataset_name #355

Closed vnmabus closed 3 years ago

vnmabus commented 3 years ago

Fix #324.

Remove the change of dataset_name for FDataGrid derivative, and fix the examples that relied in the old behaviour.

codecov[bot] commented 3 years ago

Codecov Report

Merging #355 (4730d04) into develop (6963103) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #355      +/-   ##
===========================================
- Coverage    82.29%   82.29%   -0.01%     
===========================================
  Files           78       78              
  Lines         6146     6145       -1     
===========================================
- Hits          5058     5057       -1     
  Misses        1088     1088              
Impacted Files Coverage Δ
skfda/representation/grid.py 84.05% <ø> (-0.05%) :arrow_down:
skfda/representation/basis/_fdatabasis.py 79.16% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6963103...4730d04. Read the comment docs.