udcm-su / NTMpy

Simulation of multi temperature and multi layer heat diffusion
http://udcm.fysik.su.se/code
MIT License
19 stars 14 forks source link

Example notebooks include local file link #17

Closed dschick closed 4 years ago

dschick commented 4 years ago

Hi,

some of the notebooks still include some local include, such as: sys.path.append("C:/Users/lUKAS/Documents/UDCM/Objects")

e..g in the Comparisom4.ipynb there is also a non-working import import TMM_abs as atmm

luksen99 commented 4 years ago

The local file import of the TMM_abs module is to pedagogically demonstrate the effect of the Transfer Matrix Method. This module is implemented in the NTMpy package but can be separately inspected here.