| """Compatibility exports for the official ClimODE checkpoint pickle.""" | |
| from model.climode import BoundaryPad, ResidualBlock, SelfAttnConv | |
| boundarypad = BoundaryPad | |
| Self_attn_conv = SelfAttnConv | |
| __all__ = ["boundarypad", "ResidualBlock", "Self_attn_conv"] | |