Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit cdc4072

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 90dd809 commit cdc4072

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

ocf_ml_metrics/baselines/simple.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Simple baselines to use"""
2+
23
import numpy as np
34

45

ocf_ml_metrics/evaluation/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Evaluation the model results """
1+
"""Evaluation the model results"""
22

33
from typing import Union
44

ocf_ml_metrics/evaluation/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
""" Util evaluation functions """
1+
"""Util evaluation functions"""
2+
23
import pandas as pd
34

45

ocf_ml_metrics/metrics/errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Common metrics to compute"""
2+
23
from typing import Optional, Union
34

45
import numpy as np

ocf_ml_metrics/metrics/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Utility functions"""
2+
23
from typing import Tuple
34

45
import numpy as np

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
""" Usual setup file for package """
1+
"""Usual setup file for package"""
2+
23
# read the contents of your README file
34
from pathlib import Path
45

0 commit comments

Comments
 (0)