-
Many of the window functions do not have unit tests : https://github.com/scipy/scipy/blob/master/scipy/signal/tests/test_windows.py
-
https://docs.microsoft.com/en-us/style-guide/capitalization
Microsoft's capitalization page says,
> Microsoft style uses sentence-style capitalization. That means everything is lowercase except …
-
It seems that meshmagick cannot read `.msh` files created with with the latest version of gmsh (4.*). I'm aware that you can use gmsh's command line option `-format msh22` to output a v2.2 `.msh` file…
-
I'm working on water loading inside zeolites with ReaxFF and fix_gcmc using the KOKKOS package (`kokkos_omp`, 1 MPI process, 32 threads) with LAMMPS (11 Apr 2017). I've used the `intra_energy` flag to…
-
Reviewer: Hans Petter Langtangen
Department/Center/Division: Center for Biomedical Computing
Institution/University/Company: Simula Research Laboratory
Field of interest / expertise: Scientific Com…
-
Using the nominal design variables (r_1 = 20 m, r_2 = 30 m, d_1 = ?, d_2 = 42 m) and ranges given in SNL-WaterPower/WecOptTool#1, conduct a design of experiments study to better understand the sensiti…
-
The writeStartDocument function adds a duplicate xmlns tag in the XML collection element when converting a MARC21 binary to MARCXML. It looks like this.
This causes DOM parsers to break.
A workar…
-
# Independent Review Report
Reviewer: Aashish Chaudhary
Department/Center/Division: Scientific Visualization
Institution/University/Company: Kitware Inc.
Field of interest / expertise: Scientific …
-
Currently, solvers that need an orthogonalizer call an orthomanager's constructor with only a label argument. (called from the SolMgr's setParameter routine) This allows one to change the type of orth…
-
I've been measuring the overhead of various multithreading runtimes. HPX seems to have a couple of issues with a naive fibonacci.
## Expected Behavior
Fibonacci examples complete in a reasonable…