niswitch.Session
doesn't support specifying an options
dictionary or driver setup string
#1959
Labels
niswitch.Session
doesn't support specifying an options
dictionary or driver setup string
#1959
Description of issue
niswitch.Session
doesn't support specifying anoptions
dictionary like the other drivers. Instead, it has parameters forsimulate
andtopology
.Impact:
options
, you would still have to specify thetopology
key instead of themodel
key.)simulate
or driver setup keys other thantopology
is unsupported.System report
python -c "import niswitch; niswitch.print_diagnostic_information()"
outputSteps to reproduce issue
The text was updated successfully, but these errors were encountered: