mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 10:31:37 -05:00
.. | ||
progression | ||
bcf.py | ||
binfootprint.py | ||
combLib.py | ||
energy_flow.org | ||
energy_flow_gauss.org | ||
energy_flow_nonlinear.org | ||
energy_flow_thermal.org | ||
energy_flow_thermal_lin.org | ||
good_fit_data_abs_brute_force | ||
hierarchyData.py | ||
hierarchyLib.py | ||
ode_wrapper.py | ||
README | ||
run_example.py | ||
run_Fulu.py | ||
signalDelay.py | ||
sobol_lib.py | ||
sobolLib.py | ||
test_derivative.org |
how to install things before running # install python dev package (on Debian) apt-get install libpython3.7-dev # install python dependencies pip install numpy scipy matplotlib h5py sqlitedict mpmath cython # install stocproc package cd stocproc_pack python3 setup.py build_ext --inplace cd .. ln -s stocproc_pack/stocproc . # install fcSpline_pack cd fcSpline_pack python3 setup.py build_ext --inplace cd .. ln -s fcSpline_pack/fcSpline . # now you can run python3 run_Fulu.py