Skip to content

Commit

Permalink
fix import in example experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzuegner committed Oct 16, 2019
1 parent 23720c0 commit a659887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_experiment.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import logging
from sacred import Experiment
import numpy as np
from tracking import database_utils as db_utils
from tracking import misc
from seml import database_utils as db_utils
from seml import misc


ex = Experiment()
Expand Down

0 comments on commit a659887

Please sign in to comment.