For-a-few-DPPs-more / structure-factor

Compute structure factor of stationary and isotropic point processes
https://for-a-few-dpps-more.github.io/structure-factor/
MIT License
10 stars 5 forks source link

preparing v2.1.1 #13

Closed dhawat closed 2 years ago

dhawat commented 2 years ago
  1. Refactor the module "hyperuniformity":

    • From Class to independent functions

    • Add a new hyperuniformity test: multiscale_test (see section 4 of the paper on estimating the structure factor of a point process, with applications to hyperuniformity)

  2. Creat "multiscale_estimators" module:

    • Module containing the basic functions used in the multiscale hyperuniformity test
  3. Add functions to the module "spatial_windows"

  4. Update the tutorial Jupyter notebook

codecov-commenter commented 2 years ago

Codecov Report

Merging #13 (92aead3) into main (270fba7) will decrease coverage by 1.30%. The diff coverage is 65.95%.

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   72.67%   71.36%   -1.31%     
==========================================
  Files           8       14       +6     
  Lines         644     1128     +484     
==========================================
+ Hits          468      805     +337     
- Misses        176      323     +147     
Impacted Files Coverage Δ
src/structure_factor/plotting.py 13.09% <13.09%> (ø)
src/structure_factor/data/load_data.py 62.16% <16.66%> (-6.59%) :arrow_down:
src/structure_factor/transforms.py 93.75% <44.44%> (-0.31%) :arrow_down:
src/structure_factor/point_processes.py 50.70% <50.70%> (ø)
src/structure_factor/structure_factor.py 59.57% <53.33%> (-10.43%) :arrow_down:
src/structure_factor/point_pattern.py 65.38% <57.14%> (-1.97%) :arrow_down:
src/structure_factor/utils.py 70.00% <63.63%> (+21.68%) :arrow_up:
...c/structure_factor/tapered_estimators_isotropic.py 63.82% <63.82%> (ø)
src/structure_factor/pair_correlation_function.py 66.17% <66.17%> (ø)
src/structure_factor/spatial_windows.py 81.65% <70.83%> (-10.52%) :arrow_down:
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4251abf...92aead3. Read the comment docs.