zifn / CS289_Coltrims_ML

repo for the final project of berkeley CS289
0 stars 1 forks source link

Start radial fitting branch to address PR #28. #34

Open sajantanand opened 3 years ago

sajantanand commented 3 years ago

Rather than just fit to a probability distribution on the surface of a unit sphere via the spherical harmonics, we will incorporate spherical harmonics (hydrogen radial basis functions) to allow for fitting to include energy information (norm of the vector in addition to angle).

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 (a745bf3) into main (e73b9ee) will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   98.84%   99.01%   +0.16%     
==========================================
  Files          13       13              
  Lines         780      913     +133     
==========================================
+ Hits          771      904     +133     
  Misses          9        9              
Impacted Files Coverage Δ
src/fitting.py 100.00% <100.00%> (ø)
src/tests/test_fitting.py 100.00% <100.00%> (ø)

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 e73b9ee...a745bf3. Read the comment docs.