Skip to content

Commit

Permalink
Now transition is complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallerb committed Jan 21, 2022
1 parent 13d4d64 commit 0f1ec75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/sparse_ir/sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ class SamplingBase:
| coefficients |<----------------| sampling points |
|________________| fit |___________________|
:var basis: IR Basis instance
:var matrix: Evaluation matrix is decomposed form
:var sampling_points: Set of sampling points
Attributes:
basis: IR Basis instance
matrix: Evaluation matrix is decomposed form
sampling_points: Set of sampling points
"""
def __init__(self, basis, sampling_points):
self.sampling_points = np.array(sampling_points)
Expand Down

0 comments on commit 0f1ec75

Please sign in to comment.