Skip to content

Commit

Permalink
update structuring
Browse files Browse the repository at this point in the history
  • Loading branch information
jashlu committed Nov 26, 2024
1 parent acd1789 commit 3470d21
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Empty file added social_norms_trees/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions ui_wrapper.py → social_norms_trees/ui_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def run_experiment(db, all_resources, experiment_id):
app = typer.Typer()


# @app.command()
@app.command()
def main(
resources_file: Annotated[
pathlib.Path,
Expand Down Expand Up @@ -393,4 +393,4 @@ def main(


if __name__ == "__main__":
main()
app()

0 comments on commit 3470d21

Please sign in to comment.