Skip to content

Commit

Permalink
removed example project placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhroom committed Oct 3, 2024
1 parent 3b43f84 commit 13952cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rascal2/ui/presenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def interrupt_terminal(self):

def run(self):
"""Run RAT."""
self.model.project, _ = RAT.examples.DSPC_standard_layers()
rat_inputs = RAT.inputs.make_input(self.model.project, self.model.controls)
display_on = self.model.controls.display != RAT.utils.enums.Display.Off

Expand Down

0 comments on commit 13952cb

Please sign in to comment.