Skip to content

Commit

Permalink
Add to SystemData docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Feb 9, 2024
1 parent 8d63378 commit d3e5912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/system_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Construct SystemData to store components and time series data.
- `time_series_in_memory = false`: Controls whether time series data is stored in memory or
in a file.
- `time_series_directory = nothing`: Controls what directory time series data is stored in.
Default is tempdir().
Default is the environment variable SIENNA_TIME_SERIES_DIRECTORY or tempdir() if that
isn't set.
- `compression = CompressionSettings()`: Controls compression of time series data.
"""
function SystemData(;
Expand Down

0 comments on commit d3e5912

Please sign in to comment.