Andrew Nelson

Results 137 comments of Andrew Nelson
trafficstars

The last commit, that caches the eigh call improves the performance yet again. On my local computer I get a 68% speed up (2.6 s --> 0.9 s) for the...

What options did you want to set? You can supply options to the sampler when you set up `CurveFitter`

I don't think you are missing anything. What does that check do? I just looked at your account page - you seem to be doing a lot of XRR, including...

MaterialSLD uses the periodictable package to calculate slds. I think it's pretty good for X-ray values at different energies. if you were to write something like MaterialSLD, i.e. inheriting Scatterer,...

After having some recent thoughts, I think the best way of achieving what you want is probably just using `Objective.logl`, `Objective.logp`, `Objective.loglike`, directly with `emcee`. Not having to use `CurveFitter`...

At what point does `yaml` have to be importable? I'd prefer for it to be delayed until some function from batchreduction is used. At the moment it's imported at the...

Doing some further exploration that might be useful in further diagnosis: ```python >>> np.testing.assert_equal(result[0, :], result[-1, :]) AssertionError: Arrays are not equal Mismatched elements: 1 [/](http://localhost:8888/) 2 (50%) Max absolute...

I think this is closeable.

We should probably use a different place for a discussion on typing. Having said that I'm definitely not a fan of typing.

I know that you're trying to use the older compilers, but do the oneapi compilers work successfully? (I'm not sure if it helps, but you could have a look at...