Skip to content

Commit 5e23f41

Browse files
committed
chore: use sim topography
1 parent e961889 commit 5e23f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/queries.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const getSetSimulationMaxTime = async (): Promise<number> => {
7878
export const getSimulationTopography = async () => {
7979
const filePath = path.resolve(
8080
__dirname,
81-
"../../../../../sim-rs/test_data/realistic.toml",
81+
"../../../../../sim-rs/test_data/thousand.toml",
8282
);
8383
const fileStream = createReadStream(filePath, {
8484
encoding: "utf8",

0 commit comments

Comments
 (0)