File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) STARS Team
3
+ Copyright (c) 2025 STARS Project Team
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ This template is licensed under the MIT License.
259
259
```
260
260
MIT License
261
261
262
- Copyright (c) 2024 STARS Project Team
262
+ Copyright (c) 2025 STARS Project Team
263
263
264
264
Permission is hereby granted, free of charge, to any person obtaining a copy
265
265
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class Defaults():
51
51
not yet collecting results.
52
52
data_collection_period (int):
53
53
Duration of data collection period in minutes (also known as the
54
- measurement interval) - which begins after any warm-up period
54
+ measurement interval) - which begins after any warm-up period.
55
55
number_of_runs (int):
56
56
The number of runs (also known as replications), defining how many
57
57
times to re-run the simulation (with different random numbers).
@@ -115,9 +115,9 @@ def summary_stats(data):
115
115
116
116
Arguments:
117
117
data (pd.Series):
118
- Data to use in calculation
118
+ Data to use in calculation.
119
119
Returns:
120
- tuple: (mean, standard deviation, CI lower, CI upper)
120
+ tuple: (mean, standard deviation, CI lower, CI upper).
121
121
"""
122
122
mean = data .mean ()
123
123
count = len (data )
@@ -471,7 +471,7 @@ def run_single(self, run):
471
471
472
472
Arguments:
473
473
run (int):
474
- The run number for the simulation
474
+ The run number for the simulation.
475
475
476
476
Returns:
477
477
dict:
You can’t perform that action at this time.
0 commit comments