Skip to content

Commit

Permalink
Merge pull request #5 from mochiiten9158/shamb
Browse files Browse the repository at this point in the history
Issue #2 Resolved by creating preprocessing scripts
  • Loading branch information
yashkurkure authored Nov 2, 2024
2 parents 022a016 + 654e795 commit 967e0bf
Show file tree
Hide file tree
Showing 19 changed files with 293,265 additions and 2,351 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ data/InputFiles/theta_cori_100000.csv
data/cloudlab
.DS_Store

cqsim_original/data/Results/theta_22
cqsim_original/data/Results/theta_22


# Ignore preprocessing realted large files
/preprocessing/data
/preprocessing/output
52 changes: 26 additions & 26 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "meta-sched",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/meta_sched.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/src",
},
{
"name": "test",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/test.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/src",
}
]
]
}

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "meta-sched",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/meta_sched.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/src",
},
{
"name": "test",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/test.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/src",
}
]
]
}

63 changes: 0 additions & 63 deletions combine.py

This file was deleted.

Loading

0 comments on commit 967e0bf

Please sign in to comment.