Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Fix for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
krshrimali committed Jun 15, 2022
1 parent 051f67b commit 4320245
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_hp_space_generator.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from hp_space_generator import HPSpaceGenerator, RandomSearchStrategy, GridSearchStrategy

from lightning import LightningWork
import lightning as L

class DoSomethingExtra(LightningWork):

class DoSomethingExtra(L.LightningWork):
def __init__(self):
super().__init__(run_once=True)
self.hp_list = []
Expand Down

0 comments on commit 4320245

Please sign in to comment.