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 Sep 11, 2024
1 parent ebc4e4f commit 76ac9ad
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 @@ -79,7 +79,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 76ac9ad

Please sign in to comment.