Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
changed:
- imputing-from-scf-to-cps.ipynb to test SSI policy reforms with different wealth imputations.
5 changes: 5 additions & 0 deletions microimpute/models/mdn.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
message=".*training batches.*smaller than the logging interval.*",
module="pytorch_lightning.loops.fit_loop",
)
warnings.filterwarnings(
"ignore",
message=".*have no logger configured.*",
module="pytorch_lightning.core.module",
)

# After import, also update the rank_zero_module logger
from lightning_fabric.utilities.rank_zero import rank_zero_module
Expand Down
Loading