Commit 54f89f9da06db52ddd9419b4cf61234568685463

Authored by Unknown
1 parent 3c7451b1
Exists in dev

deleting tmp files

simulators/config/#test.py# deleted
... ... @@ -1,4 +0,0 @@
1   -import json
2   -
3   -def main():
4   - with open with open('data.json') as
5 0 \ No newline at end of file
simulators/config/test.js~ deleted
... ... @@ -1,9 +0,0 @@
1   -var fs = require("fs");
2   -var content = JSON.parse(fs.readFileSync("grammar.json"));
3   -ip = content["Telescope"]["set"][0]["input_label"][0];
4   -
5   -console.log(ip + "\n\n");
6   -
7   -for (var tmp in ip){
8   - console.log(ip[tmp][1] + '\n\n');}
9   -
simulators/config/test.py~ deleted
... ... @@ -1,14 +0,0 @@
1   -import json
2   -
3   -def main():
4   - with open('grammar.json', 'r') as f:
5   - #print(f)
6   - content = json.load(f)
7   - content = content["Telescope"]["set"][0]["input_label"][0]["R.A."]
8   - print(content)
9   - #for c in content:
10   - #print (c["R.A."])
11   - #print("\n")
12   -
13   -
14   -main()
src/data.txt deleted
... ... @@ -1 +0,0 @@
1   -Bonjour monde
2 0 \ No newline at end of file