Skip to content

Commit b46790b

Browse files
Removed thermodynamic diagram from default analysis
1 parent db8d859 commit b46790b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/class-solid/src/lib/store.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ export async function runExperiment(id: number) {
5959

6060
// If no analyis are set then add all of them
6161
if (analyses.length === 0) {
62-
for (const name of analysisNames) {
63-
addAnalysis(name);
64-
}
62+
addAnalysis("Vertical profiles");
63+
addAnalysis("Timeseries");
6564
}
6665
}
6766

0 commit comments

Comments
 (0)