Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mocasin/tasks/generate_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def generate_mapping(cfg):

**Hydra Parameters**:
* **mapper:** the mapper (mapping algorithm) to be used.
* **export_all:** a flag indicating whether all mappings should be
* **simulate_best:** a flag indicating whether all mappings should be
exported. If ``false`` only the best mapping will be exported.
* **graph:** the input dataflow graph. The task expects a configuration dict
that can be instantiated to a :class:`~mocasin.common.graph.DataflowGraph`
Expand Down