Alexander Morley
Alexander Morley
> video hosting, as well as perhaps having an environment in which code could be run I think there are enough out of the box solutions for both of these...
I :heart: Open but would be very cautious with moving away from Github (slack to a lesser extent) - I'd be happy with just making clear to learners that this...
@dannycolin We can coordinate on alternativeto.net if you want, they key step is to create a reasonable database of the correspondence between the FOSS and alternatives; at the moment AFAIK...
I'm going to work on the parameterization and config objects after setting up the benchmarking w/MATLAB. I think we can make it even better than the MATLAB version by adding...
>to find the divergence point in the implementation, compare the outputs of the different steps: preprocessing, main loop, postprocessing, when each step receives the same inputs in both MATLAB and...
Hi @samuelgarcia. It'd be cool to do this. We are going to add a few more features / releases over the next month or so then might be in a...
Will do. Pure python to start with. NB: there is no CPU-only support right now (like the matlab 2.0 version requires a GPU).
Given `d_Params = cp.asarray(Params, dtype=np.float64, order='F')` I'd have a strong suspicion that something in `Params` isn't a float (or is NaN). We probably should check the type / values of...
Suggestion from @kushbanga. Let's add a test against the MATLAB version that the depth shift is exactly the same for each time segment.
@kushbanga I just pushed a bunch of fixes that I had sitting on my laptop just FYI!