Skip to content

Commit

Permalink
add tehano logs
Browse files Browse the repository at this point in the history
  • Loading branch information
avivajpeyi committed Jul 28, 2023
1 parent 018f48a commit d1a9d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tess_atlas/notebook_controllers/templates/toi_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@

from tess_atlas.utils import tabulate_global_environ_vars

logger.info("\n" + tabulate_global_environ_vars())
logger(theano.config)
logger.info("GLOBAL ENVS:\n" + tabulate_global_environ_vars())
logger.info(f"THEANO Config:\n{theano.config}")

# + [markdown] tags=["def"]
# ## Downloading Data
Expand Down

0 comments on commit d1a9d6a

Please sign in to comment.