Directory for sub-models
sub-models: -drag model -thermal model -sun position -atmoshphere model (for development purposes)
This commit is contained in:
5
models/test1.py
Normal file
5
models/test1.py
Normal file
@ -0,0 +1,5 @@
|
||||
import numpy as np
|
||||
|
||||
def f(x):
|
||||
res = np.sin(x)
|
||||
return res
|
Reference in New Issue
Block a user