File tree 2 files changed +41
-3
lines changed 2 files changed +41
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,4 @@ dmypy.json
111
111
* .docx
112
112
* .pdf
113
113
114
- # VS Code
115
- .vscode /
116
-
117
114
databank /
Original file line number Diff line number Diff line change
1
+ {
2
+ "python.testing.pytestArgs" : [
3
+ " ."
4
+ ],
5
+ "python.testing.unittestEnabled" : false ,
6
+ "python.testing.pytestEnabled" : true ,
7
+ "cSpell.words" : [
8
+ " aftradius" ,
9
+ " crosssection" ,
10
+ " databranch" ,
11
+ " datapoint" ,
12
+ " datapoints" ,
13
+ " fincount" ,
14
+ " flightdata" ,
15
+ " flighttime" ,
16
+ " freeformfinset" ,
17
+ " geodeticmethod" ,
18
+ " groundhitvelocity" ,
19
+ " launchaltitude" ,
20
+ " launchlatitude" ,
21
+ " launchlongitude" ,
22
+ " launchrodvelocity" ,
23
+ " maxacceleration" ,
24
+ " maxaltitude" ,
25
+ " maxmach" ,
26
+ " maxvelocity" ,
27
+ " motormount" ,
28
+ " orhelper" ,
29
+ " rocketserializer" ,
30
+ " rootchord" ,
31
+ " shapeparameter" ,
32
+ " sweepangle" ,
33
+ " sweeplength" ,
34
+ " timetoapogee" ,
35
+ " tipchord" ,
36
+ " trapezoidfinset" ,
37
+ " tubefinset" ,
38
+ " windaverage" ,
39
+ " windturbulence"
40
+ ]
41
+ }
You can’t perform that action at this time.
0 commit comments