Skip to content

Commit

Permalink
style: format code with Black and isort
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 26d8835 according to the output
from Black and isort.

Details: #276
  • Loading branch information
deepsource-autofix[bot] authored Jan 29, 2024
1 parent 26d8835 commit dbe493b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyepal/pal/pal_neural_tangent.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def __init__(self, *args, **kwargs):
def _set_data(self):
self.design_space = self.design_space_scaler.fit_transform(self.design_space)
for i, _ in enumerate(self.models):

predict_fn, scaler = _set_one_infinite_width_model(
i,
self.models,
Expand Down

0 comments on commit dbe493b

Please sign in to comment.