AndreWeiner / ml-cfd-lecture

Lecture material for machine learning applied to computational fluid mechanics
GNU General Public License v3.0
303 stars 109 forks source link

Wrong github link in notebook #3

Closed ErikSchulze1796 closed 2 years ago

ErikSchulze1796 commented 2 years ago

Hey Andre,

I think you put the wrong link into the notebook of exercise 1. It should have been https://github.com/AndreWeiner/ml-cfd-lecture.git instead of the one link below:

You can read more on setting up Git in this article. Now you are ready to clone the GitHub repository containing the course material. Navigate to the directory where you would like to keep the repository and execute:

git clone https://github.com/FlowModelingControl/flowtorch.git

Now you can navigate into the repository and create a folder, in which you can do the exercises:

Kind regards Erik

AndreWeiner commented 2 years ago

Hi Erik,

that's absolutely correct. I corrected the link.

Thanks, Andre