Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Logging Configuration for Notebook Logging #1633

Merged
merged 31 commits into from
Jul 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b7ac82e
Implementing Logging Configuration for Notebook Logging via Function
DhruvSondhi Jun 7, 2021
1e9814e
Adding Docstring to logging_state()
DhruvSondhi Jun 7, 2021
a856ab0
Making logging states independent of case of arugment passed
DhruvSondhi Jun 8, 2021
e06f786
Adding Debug YAML for Logging & Debugging
DhruvSondhi Jun 9, 2021
97a348d
Changing implementation to a single unified flag for logging level
DhruvSondhi Jun 9, 2021
53111da
Moved logging_state() from montecarlo_logger to __init__ for TARDIS
DhruvSondhi Jun 11, 2021
f287625
Adding support for logging messages at specified level
DhruvSondhi Jun 11, 2021
4092d47
Moving check for yaml & functional argument to logging_state function
DhruvSondhi Jun 15, 2021
436b6b5
Added functionality for the Debug section of the YAML to be optional
DhruvSondhi Jun 17, 2021
6ce036b
Added Tests for logging output configuration via Functional Input & Y…
DhruvSondhi Jun 18, 2021
c424783
Fixed display() still showing the plasma stratification values table …
DhruvSondhi Jun 18, 2021
bd230d9
Reworded description of the specific_logging parameter in debug.yml
DhruvSondhi Jun 18, 2021
c878689
Added tests for simulation when both parameters, functional & YAML, a…
DhruvSondhi Jun 19, 2021
6b377f0
Changed the number of iterations & test cases for faster test executions
DhruvSondhi Jun 19, 2021
ba4d2c1
Fixed docstring in __init__.py to impart the current implementation o…
DhruvSondhi Jun 19, 2021
24b6568
Restructuring tests for faster simulation runs
DhruvSondhi Jun 21, 2021
a1936d5
Added Tutorial Documentation for logging configuration
DhruvSondhi Jun 21, 2021
ca4850c
Fixed & reworded some explaination in the Tutorial for better underst…
DhruvSondhi Jun 22, 2021
7a4da17
Changed Quickstart notebook to incorporate new logging config in run_…
DhruvSondhi Jun 22, 2021
a40da76
Changed the notebook as request, grammer changes
DhruvSondhi Jun 22, 2021
f4c9d79
Changed the python version to 3.7.10, reran the notebooks
DhruvSondhi Jun 22, 2021
230e4e6
Fixed some inconsistencies in tutorial grammar
DhruvSondhi Jun 22, 2021
928000d
Fixed with requested changes
DhruvSondhi Jun 22, 2021
1d4cb5f
Made logging_level constant value
DhruvSondhi Jun 23, 2021
be1da5d
Fixed metadata for scroll in quickstart notebook
DhruvSondhi Jun 23, 2021
d8ec785
Renamed logging_level & specific_logging in debug schema to log_state…
DhruvSondhi Jun 24, 2021
c8ea04e
Added explaination of list_of_filters
DhruvSondhi Jun 29, 2021
fd947a2
Added raising of an expection when invalid log_state parameter value …
DhruvSondhi Jun 29, 2021
f63b8d5
Changed implementation for the log_state function as well as the YAML…
DhruvSondhi Jun 30, 2021
f23f59e
Added message for informing the user which parameter will be used whe…
DhruvSondhi Jul 1, 2021
37388fc
[build docs]
DhruvSondhi Jul 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/io/optional/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ TARDIS also allows other inputs that are passed as arguments into the ``run_tard

custom_source
callback_example
logging_configuration


Additionally, ``run_tardis`` can take in a filepath for the atomic data and a boolian for virtual packet logging, both of
Expand Down
Loading