Loading ci/eval/compare/cmp-stats.py +0 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ import json import numpy as np import os import pandas as pd import warnings from dataclasses import asdict, dataclass from pathlib import Path Loading Loading @@ -304,9 +303,6 @@ def main(): options = parser.parse_args() # Turn warnings into errors warnings.simplefilter("error") before_stats = Path(options.before) after_stats = Path(options.after) Loading Loading
ci/eval/compare/cmp-stats.py +0 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ import json import numpy as np import os import pandas as pd import warnings from dataclasses import asdict, dataclass from pathlib import Path Loading Loading @@ -304,9 +303,6 @@ def main(): options = parser.parse_args() # Turn warnings into errors warnings.simplefilter("error") before_stats = Path(options.before) after_stats = Path(options.after) Loading