Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 4, 2025
1 parent 57d9510 commit 470dbd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions experiments/mae_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

import argparse

import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import wandb
import matplotlib

matplotlib.rcParams['axes.prop_cycle'] = matplotlib.cycler(color=[
"FFD053", "7BCDF3", "63BCAF", "086788",
"FF9736", "E4E4E4", "14120E", "FFAC5F", "4C9A8E"])
matplotlib.rcParams["axes.prop_cycle"] = matplotlib.cycler(
color=["FFD053", "7BCDF3", "63BCAF", "086788", "FF9736", "E4E4E4", "14120E", "FFAC5F", "4C9A8E"]
)


def main(project: str, runs: list[str], run_names: list[str]) -> None:
Expand Down

0 comments on commit 470dbd7

Please sign in to comment.