Skip to content

Commit

Permalink
Update json/toml/yaml one_d_func
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Jul 23, 2024
1 parent 380b306 commit 446c72b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libensemble/tests/functionality_tests/1d_sampling.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"gen_max": 501
},
"sim_specs": {
"sim_f": "libensemble.sim_funcs.one_d_func.one_d_example",
"sim_f": "libensemble.sim_funcs.simple_sim.norm_eval",
"inputs": [
"x"
],
Expand Down
2 changes: 1 addition & 1 deletion libensemble/tests/functionality_tests/1d_sampling.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
gen_max = 501

[sim_specs]
sim_f = "libensemble.sim_funcs.one_d_func.one_d_example"
sim_f = "libensemble.sim_funcs.simple_sim.norm_eval"
inputs = ["x"]
[sim_specs.outputs]
[sim_specs.outputs.f]
Expand Down
2 changes: 1 addition & 1 deletion libensemble/tests/functionality_tests/1d_sampling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exit_criteria:
gen_max: 501

sim_specs:
sim_f: libensemble.sim_funcs.one_d_func.one_d_example
sim_f: libensemble.sim_funcs.simple_sim.norm_eval
inputs:
- x
outputs:
Expand Down

0 comments on commit 446c72b

Please sign in to comment.