bwinkel / pycraf

pycraf is a package that provides functions and procedures for various tasks in spectrum-management compatibility studies.
35 stars 18 forks source link

03e_parameter_dependence #43

Closed InfinityGrip closed 3 years ago

InfinityGrip commented 3 years ago

I am running the file and I am getting a NameError message on lines 7 and 9. they both involve the seventh input of the line. (https://colab.research.google.com/drive/1mSD-7jcxGm80ZlLyOJuh7sP3jj4r7WM7?usp=sharing)

bwinkel commented 3 years ago

I'm not sure why, but in your colab version of the notebook, Cell 4 is missing, which contains

hprof_data = pathprof.height_path_data_generic(
    distance, hprof_step, lon_t, lat_t,
    )

as can be seen here. Did you delete that by accident? Perhaps, you can double check, that you did not modify something else, which is important.