Skip to content

Commit

Permalink
minor restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusau17 committed Oct 1, 2021
1 parent 31dee3b commit 089828b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning_dompc/bicyclemodel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def run_closedloop(self):
y_next = self.simulator.make_step(u0)
x0 = self.estimator.make_step(y_next)


print(inputs)
fig, ax = plt.subplots(6, sharex=True, figsize=(16,9))
fig.align_ylabels()

Expand Down
File renamed without changes.

0 comments on commit 089828b

Please sign in to comment.