Stuart Walker

Results 20 comments of Stuart Walker

I suppose Sergey knows more about this than I do, but I will try to express my thoughts. >One of the things I want to do is to make sure...

Sorry for late reply, I was at a conference and then on holiday. I'm not sure what the B matrix is actually. If you want to send any code then...

Although it might not be the cause of your problem this is definitely wrong: i = self.sequence.index( elem ) `list.index` checks for equality. If you reuse elements, and then look...

OK yes my mistake, I meant something like this: for i, elem in enumerate(self.sequence): but my brain failed and I introduced the enumerate into the inner loop for some reason....

Yes I had a look at it but it was not immediately clear to me why it is happening. I was stepping through the code line by line with a...

Hello Jonas, It is very nice to hear from you. I was wondering what exactly you have in mind regarding implementing something additional in OCELOT? I am familiar with the...

Hello, I think @sergey-tomin is currently on holiday, and he wrote that code I believe, but all I can suggest (at least until he is back) is that you profile...

@jonasbjorklundsvensson Did you profile the code?

i put something here for starters: https://pypi.org/project/ocelot-desy/

The conda recipe may well be out of date. I would recommend cloning the repository and installing from there. That way you cannot go wrong.