#### VspConfigConsistencyCheckerImpl

```
found `qsim.usingTravelTimeCheckInTeleporation==false'; vsp should try out `true' and report.
you have values set for the default scoring fct; we should only set values for explicit subpopulations
You are setting the marginal utility of traveling with mode walk to -5.338. VSP standard is to set this to zero.  Please document carefully why you are using a value different from zero, e.g. by showing distance distributions.
```
<style>
.dash-row.row-warnings .dash-card-frame {
    background: none;
}
.dash-row.row-warnings .no-warnings {
	color: #4BB543;
	font-weight: bold;
}
.dash-row.row-warnings .found-warnings {
	color: #ED4337;
	font-weight: bold;
}
.dash-row.row-warnings h4 {
	color: white;
	background: #6f5425;
	font-weight: bold;
	padding: 0.75rem 1.5rem;
	margin-top: 1rem;
	border-radius: 10px 10px 0 0;
}
.dash-row.row-warnings pre {
	background: #f8f3d6;
	color: #6f5425;
	border-radius: 0 0 10px 10px;
	white-space: pre-wrap;
}
</style>