We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8d859 commit b46790bCopy full SHA for b46790b
apps/class-solid/src/lib/store.ts
@@ -59,9 +59,8 @@ export async function runExperiment(id: number) {
59
60
// If no analyis are set then add all of them
61
if (analyses.length === 0) {
62
- for (const name of analysisNames) {
63
- addAnalysis(name);
64
- }
+ addAnalysis("Vertical profiles");
+ addAnalysis("Timeseries");
65
}
66
67
0 commit comments