-
Split off from #1186.
Probably involves:
- Integrating the DropBox file chooser into the web app (integrator's job)
- Accepting URLs from the chooser in Fine Uploader (our job)
- Downloading the fil…
-
When opening folder with project-manager atom-hg doesn't work. It's missing from the status bar and none of the files or folders are coloured in tree-view. I use project-manager as it's a dependency f…
-
This would involve pathway creation over a range of hyperparameters. It would be useful for users understanding how to use PPA in a full analysis.
-
C:\Users\wouter\Documents\2013\B-station\2D-detector\PyFai\PyFAI_184_40keV>pyFAI
-integrate.py data1.tif
WARNING:root:Exception No module named fftw3: FFTw3 not available. Falling back
on Scipy
Dump!
…
-
On Windows I have a file named something like "mobilePhoneProjectFile.xml=", I run the publishing on it:
dita -p D:/projects/dita/mobile-phone/mobilePhoneProjectFile.xml= -v
Searching fo…
-
According to the SPDM 1.2 specification (given below) the certificates returned by the Responder must be consistent with the negotiated ALGORITHMs, and apparently this also holds for 1.0 and 1.1, even…
-
I found it to be often useful to have small fixed-size arrays for representation of arbitrary arrays and matrices without the array prefix:
- `uavcan.primitive.array.Real16x2` ... `Real16x9`
- `ua…
-
Nishimura et all (2020) propose an HMC integrator that should work well discontinous likelihoods and hence also for discrete parameters. I was wondering if this could be added to AdvancedHMC as it h…
-
MWE:
```julia
using OrdinaryDiffEq
tspan = (0.0,1.0)
u0 = zeros(1)
u0[1] = 1/2
function residual(res,du,u,p,t)
res[1] = - 1.01u[1] + du[1]
end
function jacobian(jac,du,u,p,gamma,t)
…
-
From slack:
George Datseris:juliapool: Nov 6th at 7:00 PM
So we have a method that integrates many many initial conditions and maps the trajectories into a low-dimensional vector of ~10 numbers. I…