Skip to content

Commit

Permalink
fix pwm bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kellytr committed Apr 10, 2024
1 parent 008ff91 commit 9c67c02
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pioreactor/utils/pwm.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,8 @@ def __init__(
pubsub_client: Optional[Client] = None,
logger: Optional[CustomLogger] = None,
) -> None:
<<<<<<< Updated upstream
self.unit: str = unit or get_unit_name()
self.experiment: str = experiment or get_assigned_experiment_name(unit)
=======
self.unit = unit or get_unit_name()
<<<<<<< Updated upstream
self.experiment = experiment or get_latest_experiment_name()
=======
self.experiment = experiment or get_assigned_experiment_name(self.unit)
>>>>>>> Stashed changes
>>>>>>> Stashed changes

if pubsub_client is None:
self._external_client = False
Expand Down

0 comments on commit 9c67c02

Please sign in to comment.