Skip to content

Commit

Permalink
correct module location
Browse files Browse the repository at this point in the history
  • Loading branch information
landoskape committed May 10, 2024
1 parent aeae489 commit 670a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from matplotlib.pyplot import show
from dominoes.experiments.registry import create_experiment
from dominoes.experiments import create_experiment

if __name__ == "__main__":

Expand Down

0 comments on commit 670a3af

Please sign in to comment.