Skip to content

Commit

Permalink
Adapt to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser authored Oct 10, 2023
1 parent 6350e8f commit c230441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "python",
"request": "launch",
"program": "main.py",
"args": "fit -c experiments/Illustris.yaml",
"args": "fit -c experiments/illustris.yaml",
"console": "integratedTerminal",
"justMyCode": true
},
Expand All @@ -18,7 +18,7 @@
"type": "python",
"request": "launch",
"program": "main.py",
"args": "fit -c experiments/GZ.yaml",
"args": "fit -c experiments/gz.yaml",
"console": "integratedTerminal",
"justMyCode": true
},
Expand Down Expand Up @@ -49,4 +49,4 @@
"justMyCode": true
}
]
}
}

0 comments on commit c230441

Please sign in to comment.