Skip to content

Commit

Permalink
black version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Øyvind Lind-Johansen committed Jan 13, 2025
1 parent a294de3 commit 1cfd8a1
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,7 @@ def create_rft_and_param_pivot_table(
zone: str,
reals: List[int],
keep_all_rfts: bool,
) -> Tuple[
Optional[pd.DataFrame],
float,
float,
List[str],
List[str],
]:
) -> Tuple[Optional[pd.DataFrame], float, float, List[str], List[str],]:
"""This method merges rft observations and parameters.
The RFT observations are converted from long form (all simulated values
Expand Down

0 comments on commit 1cfd8a1

Please sign in to comment.