Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganizing QDM related methods #216

Merged
merged 8 commits into from
May 24, 2024
Prev Previous commit
Next Next commit
style: Drop coding utf-8 since that is already the default
Since UTF-8 has been the default in a while, it is not recommended
anymore using: '# -*- coding: utf-8 -*-'
  • Loading branch information
castelao committed May 20, 2024
commit a91f4c5f5c1f9a6627e4ef054a0cfc95f6e42946
1 change: 0 additions & 1 deletion sup3r/bias/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Bias calculation and correction modules."""

from .bias_transforms import (global_linear_bc, local_linear_bc,
Expand Down
Loading