(self)
| 1617 | ], |
| 1618 | ) |
| 1619 | monkeypatch.setattr(agents.daily_agent, "openreview_fetch_by_date", lambda **_kwargs: []) |
| 1620 | monkeypatch.setattr(agents.daily_agent, "journal_fetch_recent", lambda **_kwargs: []) |
| 1621 | monkeypatch.setattr(agents.daily_agent, "prepare_paper_features", lambda papers: papers) |
| 1622 | |
| 1623 | class EmptyRows: |
no outgoing calls
no test coverage detected