Skip to content

Commit

Permalink
Merge pull request #96 from NREL/gb/bc
Browse files Browse the repository at this point in the history
Gb/bc
  • Loading branch information
grantbuster committed Oct 4, 2022
2 parents 463a2f4 + 2ea15e3 commit bf15a24
Show file tree
Hide file tree
Showing 13 changed files with 1,665 additions and 35 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def run(self):
"sup3r-batch=sup3r.batch.batch_cli:main",
"sup3r-qa=sup3r.qa.qa_cli:main",
"sup3r-windstats=sup3r.qa.windstats_cli:main",
"sup3r-bias-calc=sup3r.bias.bias_calc_cli:main",
"sup3r-solar=sup3r.solar.solar_cli:main",
("sup3r-forward-pass=sup3r.pipeline."
"forward_pass_cli:main"),
Expand Down
5 changes: 5 additions & 0 deletions sup3r/bias/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
"""Bias calculation and correction modules."""
from .bias_transforms import (global_linear_bc, local_linear_bc,
monthly_local_linear_bc)
from .bias_calc import LinearCorrection, MonthlyLinearCorrection
Loading

0 comments on commit bf15a24

Please sign in to comment.