Daniel G. Krakowczyk

Results 158 comments of Daniel G. Krakowczyk

putting at the end of the `GazeDataFrame.__init__()` method should be perfectly fine too

after thinking a bit more about a solution I think it would be perfect to create a method which gets a sampling rate: `GazeDataFrame.upsample(self, sampling_rate: Number)` then at the end...

Dear Daniel-Gong, thank you very much for taking your time to write down some of the functionalities we are still missing in pymovements. eyelinker and MNE-python are definitely packages which...

The doc workflows include a lot of error lines like these: `WARNING: Summarised items should not include the current module. Replace 'pymovements.dataset.Dataset' with 'Dataset'.` The new warnings stem from this...

alright, the underlying issues are fixed in #986 I close this PR as it's already quite old and there was already sphinx v8.2 released. Dependabot will then create a new...

ok so both the `KW_ONLY` variable and the `kw_only` parameter in `field` are just available in python 3.10 and above. So I guess we need to wait until the end...

One thing that can be improved is to not cache the pymovements package. It is automatically uninstalled by tox so we're on the safe side, but that solution isn't that...

> Thanks, I'm currently looking into it and I get the impression that there are a lot of places where I need to add: marks=pytest.mark.filterwarnings("ignore:GazeDataFrame contains data but no.*:UserWarning") Judging...

Hi @osmaneTKT, I'm so sorry for keeping you waiting so long. I was at a conference last week and needed to prepare the week before. This week I'm traveling and...