Skip to content

Commit

Permalink
DOC: Fix incorrect fmudesign usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Sep 9, 2024
1 parent 7b86bf4 commit 516edba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/fmudesign.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ Alternatively from a notebook:
from fmu.config import oyaml as yaml
from fmu.tools.sensitivities import DesignMatrix, excel2dict_design
with open('../input/config/design_input_example1.xlsx') as input_file:
input_dict = excel2dict_design(input_file)
input_dict = excel2dict_design('../input/config/design_input_example1.xlsx')
design = DesignMatrix()
design.generate(input_dict)
Expand Down

0 comments on commit 516edba

Please sign in to comment.