Skip to content

Commit

Permalink
Change name -> feature_name
Browse files Browse the repository at this point in the history
  • Loading branch information
sithankanna committed Oct 29, 2020
1 parent 4bf2be0 commit 95bb949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Model Simulation
partitioner = ContinuousRangePartitioner()
# run the simulation
simulation = simulator.simulate_feature(name=SIM_FEAT, partitioner=partitioner)
simulation = simulator.simulate_feature(feature_name=SIM_FEAT, partitioner=partitioner)
# visualise results
SimulationDrawer().draw(data=simulation, title=SIM_FEAT)
Expand Down

0 comments on commit 95bb949

Please sign in to comment.