-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance rate calculation to use minimum rates across all determ…
…inant keys - Merge base_rate and calculate_period_rates functions into a single calculate_rates function - Modify rate calculation to use minimum rates from all determinant keys instead of first key only - Extract report generation into a separate function for better code organization - Retain all original logging functionality - Add input validation and proper error handling
- Loading branch information
1 parent
3141083
commit b335abf
Showing
10 changed files
with
433 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from .ammonium_rich import ammonium_rich | ||
from .contour import * | ||
from .corr_matrix import corr_matrix | ||
from .corr_matrix import corr_matrix, cross_corr_matrix | ||
from .diurnal_pattern import * | ||
from .koschmieder import * | ||
from .metal_heatmap import metal_heatmaps, process_data_with_two_df |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.