check on Colab option

This commit is contained in:
AleDinve
2024-10-31 15:26:00 +01:00
committed by Nicola Demo
parent a5e326c927
commit db521ef468
11 changed files with 18 additions and 14 deletions

View File

@@ -36,7 +36,7 @@
" !pip install \"pina-mathlab\"\n",
" !pip install scipy\n",
" # get the data\n",
" !wget https://github.com/mathLab/PINA/blob/master/tutorials/tutorial5/Data_Darcy.mat\n",
" !wget https://github.com/mathLab/PINA/raw/refs/heads/master/tutorials/tutorial5/Data_Darcy.mat\n",
"\n",
" \n",
"# !pip install scipy # install scipy\n",

View File

@@ -22,7 +22,7 @@ if IN_COLAB:
get_ipython().system('pip install "pina-mathlab"')
get_ipython().system('pip install scipy')
# get the data
get_ipython().system('wget https://github.com/mathLab/PINA/blob/master/tutorials/tutorial5/Data_Darcy.mat')
get_ipython().system('wget https://github.com/mathLab/PINA/raw/refs/heads/master/tutorials/tutorial5/Data_Darcy.mat')
# !pip install scipy # install scipy