elephant
elephant copied to clipboard
[ENH] Integrate trials object with GPFA
This pull request introduces an enhancement to GPFA using the the elephant.trials
module to represent trials. This change is part of a greater effort to provide a more structured and unified approach for handling trial data in Elephant.
Trial representations
-
trial object: The new trial_object is now used as the primary input structure for representing trials. This object handles trial data, see https://elephant.readthedocs.io/en/latest/reference/trials.html .
-
list of lists: The previous implementation relied on a nested structure of lists to represent trials.
Hello @Moritz-Alexander-Kern! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers: