Skip to content

Commit

Permalink
Minor: Profiler Path Fix in Example Notebook (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxnavid authored Aug 21, 2023
1 parent 4cffda5 commit bb65a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/merge_profile_list.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"try:\n",
" sys.path.insert(0, '..')\n",
" import dataprofiler as dp\n",
" from dataprofiler.profilers.utils import merge_profile_list\n",
" from dataprofiler.profilers.profiler_utils import merge_profile_list\n",
"except ImportError:\n",
" import dataprofiler as dp\n",
" from dataprofiler.profilers.utils import merge_profile_list\n",
" from dataprofiler.profilers.profiler_utils import merge_profile_list\n",
"\n",
"# remove extra tf loggin\n",
"tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR)"
Expand Down

0 comments on commit bb65a13

Please sign in to comment.