Skip to content

Commit a33d834

Browse files
committed
removed useless
1 parent dc36a35 commit a33d834

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

graph_ml/transformations/sampler.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,3 @@ def _generate_centers(self, A):
4444
def sample(self, centers: Optional[np.ndarray], padding_mask: int = 0) -> np.ndarray:
4545
raise NotImplementedError
4646

47-
48-
"""
49-
50-
Did:
51-
1. Reviewed, tested and merged STD team's PR to fix principal failure issue.
52-
2. Raised PR for funding type and reserve amount in ltd-cdf-pipeline.
53-
3. Completed Pru backtesting and asked Drew to review.
54-
4. Oncall deployment duties.
55-
Will do:
56-
1. Address any comments on PR for funding type and reserve amount in ltd-cdf-pipeline.
57-
2. Start testing Prudential on ltd-raw-data-preprocessor.
58-
59-
Did:
60-
1. Merged PR for funding type and reserve amount in ltd-cdf-pipeline.
61-
2. Finished first version of Prudential on ltd-raw-data-preprocessor.
62-
Will do:
63-
1. Issue today for other clients due to funding type and reserve amount. Will check in local and then raise PR.
64-
2. Keep working on Prudential on ltd-raw-data-preprocessor. I am stuck with how to use export date asset. Will reach out to platform oncall
65-
in case not able to figure it out.
66-
3. Postpartum meeting for oneamerica oncall issue. Ask questions I had in mind.
67-
"""

0 commit comments

Comments
 (0)