brainets / frites

Framework for Information Theoretical analysis of Electrophysiological data and Statistics
https://brainets.github.io/frites/
BSD 3-Clause "New" or "Revised" License
79 stars 20 forks source link

HTML representation of the `DatasetEphy` #16

Closed EtienneCmb closed 3 years ago

EtienneCmb commented 3 years ago

When printing a DatasetEphy, a xarray.Dataset is created. However, two issues emerge with this definition :

  1. It creates a duplicates of the data
  2. To be able to align the data across subjects, xarray fill the missing cases with NaN. This can potentially lead to misleading interpretations

Need to be fixed (see here)

EtienneCmb commented 3 years ago

Fixed in 3ea65222e517287e294b47b7938ccbf2311d9415