Skip to content

Commit

Permalink
remove ldr_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jan 6, 2025
1 parent c62ae75 commit c31d0b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -2869,9 +2869,7 @@ def core(self, slothy):
slothy.optimize(start="slothy_start_2", end="slothy_end_2")

def main():
examples = [
ldr_test(),
Example0(),
examples = [ Example0(),
Example1(),
Example2(),
Example3(),
Expand Down

0 comments on commit c31d0b3

Please sign in to comment.