saroele
saroele
@christang I tried your branch, but it does not work for me. Can you confirm that this is supposed to work: ``` import pickle from patsy import ModelDesc, Term, LookupFactor...
I suppose I have a similar issue. - installed Annotator as flatpak on linux Mint 20.2 - when exporting an annotated image, a file is saved but not with the...
To test the function we need to be sure it is run in a JModelica environment. Can this be assured in the test environment? I don't think it's straightforward. See...
what would be the use case? Obtaining smaller arrays? Mind that to obtain correct 'sums', the events are needed to do a time-vector based integration. It would not be hard...
so you would like to see the events removed, and the other values unchanged. Looks like an option of the pandas resample function. On Tue, Jun 3, 2014 at 9:26...
I think this is not linked to the pickle protocol, but to the way we transfered the pickled file from my linux machine to your windows machine. This should be...
We could also make a result.array() method. I was also thinking to make the transition to a pandas dataframe more built-in with a result.dataframe() method. Maybe differentiating in the methods...
hm, I don't think it is complicated at all. It was mainly a reminder for a feature I did not have time to implement :-) I defined a Process class,...