Alexandra Trettin

Results 10 comments of Alexandra Trettin

I believe that this issue can be closed now. We have decided to purposefully break with numpy on this particular point because the additional `if` statement to check for the...

There are a bunch of very old commits that are long obsolete. Is there a way that we can rebase and only pick the commits that are actually new?

Is @ts4051 the only one who can make changes to this branch? Because if so, this will severely complicate getting this done. Perhaps it would be better if we copied...

I found that a lot of commits already exist in old pull requests, but they are not recognized as identical because they were squashed before they were merged. For example,...

The general problem with using a separate branch like this for analysis work is that it circumvents the testing and review processes that have been set up on the master...

The README should refer to the documentation that is generated from the docstring: https://user-web.icecube.wisc.edu/~peller/pisa_docs/pisa.analysis.html#pisa.analysis.analysis.BasicAnalysis

One thing that is just not yet where I want it to be is the multithreading. I had to construct it in such a way that all nodes can only...

Also, it would be neat if the `EvalWithState` function could be turned into something that supports `numpy` broadcasting. That way, one could evaluate interpolated probabilities in 1D and 2D (even...

I will soon try to split this PR up so that we can merge the more straight-forward additions. At least some functionality can be split up this way relatively easily,...

I've been thinking... basically, this class I implemented is just a container with many nusquids objects, and in principle this is totally separate from the layered body problem. The nusquids...