Skip to content

Commit

Permalink
Merge branch 'add-ifbo' of github.com:automl/neps into add-ifbo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Sep 16, 2024
2 parents ea579ad + 1b214fd commit 5a7ca4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- run: pip install pre-commit
- run: pre-commit install
- run: pre-commit run --all-files
Expand Down
5 changes: 4 additions & 1 deletion neps/plot/plot3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

import numpy as np
import pandas as pd
from matplotlib import cm, pyplot as plt
from matplotlib import (
cm,
pyplot as plt,
)
from matplotlib.collections import LineCollection
from matplotlib.colors import Normalize
from mpl_toolkits.mplot3d.art3d import Line3DCollection
Expand Down

0 comments on commit 5a7ca4f

Please sign in to comment.