Skip to content

Commit

Permalink
Merge pull request #305 from lnls-sirius/use-waveform-mode
Browse files Browse the repository at this point in the history
SOFB.MNT: Remove old argument to EpicsCorrectors.
  • Loading branch information
fernandohds564 authored Jul 25, 2024
2 parents eec1e2f + 728a03a commit 86f4113
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions as-ap-sofb/as_ap_sofb/as_ap_sofb.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ def run(acc='SI', debug=False, tests=False):
app.orbit = _EpicsOrbit(
acc=app.acc, prefix=app.prefix, callback=driver.update_pv)
app.correctors = _EpicsCorrectors(
acc=app.acc, prefix=app.prefix, callback=driver.update_pv,
dipoleoff=tests)
acc=app.acc, prefix=app.prefix, callback=driver.update_pv)
app.matrix = _EpicsMatrix(
acc=app.acc, prefix=app.prefix, callback=driver.update_pv)

Expand Down

0 comments on commit 86f4113

Please sign in to comment.