We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e961889 commit 5e23f41Copy full SHA for 5e23f41
ui/src/app/queries.ts
@@ -78,7 +78,7 @@ export const getSetSimulationMaxTime = async (): Promise<number> => {
78
export const getSimulationTopography = async () => {
79
const filePath = path.resolve(
80
__dirname,
81
- "../../../../../sim-rs/test_data/realistic.toml",
+ "../../../../../sim-rs/test_data/thousand.toml",
82
);
83
const fileStream = createReadStream(filePath, {
84
encoding: "utf8",
0 commit comments