Skip to content

Commit

Permalink
fix: minor typo fix for Sobol space coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash-kumar-nair committed Apr 18, 2024
1 parent 04af5bc commit f268e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/sobol_space_coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ To extract Sobol points, we can execute the experiment by calling the the execut
the experiment object with the with_cases argument set to an empty list.This generate all the cases
for a given experiment definition and compiles all FMUs needed for running the cases.

Note: No cases are executed when the execute method is called with an empty list argument.
**Note:** No cases are executed when the execute method is called with an empty list argument
as shown below::

experiment_expand = exp.execute(with_cases=[]).wait()

Expand Down

0 comments on commit f268e48

Please sign in to comment.