Skip to content

Commit

Permalink
fix lint/stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Relm-Arrowny committed Jun 14, 2024
1 parent 2832723 commit eba02ca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 137 deletions.
2 changes: 1 addition & 1 deletion tests/epics/soft_ioc/p99_softioc.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async def _delay_move(signal, v, vel, dmov):
builder.LoadDatabase()
softioc.iocInit(dispatcher)

print(softioc.dbnr(), softioc.dbl()) # type: ignore
# print(softioc.dbnr(), softioc.dbl()) # type: ignore

async def update(y_rbv, y_set, y_vel, y_dmov):
await _delay_move(y_rbv, y_set, y_vel, y_dmov)
Expand Down
153 changes: 18 additions & 135 deletions tests/jupyter_tests/p99_fake_test.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/soft_motor.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ async def stop(self, success=False):
# the move above, so need to pass wait=False
await self.motor_stop.trigger(wait=False)
# Trigger any callbacks
await self.user_readback._backend.put(await self.user_readback.get_value())
# await self.user_setpoint.set(await self.user_readback.get_value())

0 comments on commit eba02ca

Please sign in to comment.