inlab-geo / cofi-examples

Inversion problem examples running with CoFI
https://colab.research.google.com/github/inlab-geo/cofi-examples/blob/main/index.ipynb
BSD 2-Clause "Simplified" License
5 stars 6 forks source link

Changed _create_new_example.py so that it works on my machine #3

Closed h-hollmann closed 2 years ago

h-hollmann commented 2 years ago

Example change: existing_examples = glob(f"{NOTEBOOKS_FOLDER}/*/") to this: existing_examples = glob(NOTEBOOKS_FOLDER+"/*/")

fixes #2

jwhhh commented 2 years ago

Thanks Hannes! This looks good to me.