Skip to content

Commit

Permalink
In mtaos, update do_runOFC to allow users to pass in configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiro committed May 2, 2024
1 parent 9d1c289 commit a01599e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/lsst/ts/mtaos/mtaos.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,11 +537,6 @@ async def do_runOFC(self, data):
result="runOFC started.",
)

if len(data.config) > 0:
raise NotImplementedError(
"User provided configuration overrides not supported yet."
)

async with self.issue_correction_lock:
if data.userGain != 0.0:
warnings.warn(
Expand Down

0 comments on commit a01599e

Please sign in to comment.