Skip to content

Commit

Permalink
pvdeg version install for collab up to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Apr 25, 2024
1 parent f4a0239 commit b232fc3
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.1.1"
"# !pip install pvdeg==0.3.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.1.1
# !pip install pvdeg==0.3.1


# In[1]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.1.1"
"# !pip install pvdeg==0.3.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials_and_tools/tutorials_and_tools/2 - Degradation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.1.1
# !pip install pvdeg==0.3.1


# In[1]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.1.1"
"# !pip install pvdeg==0.3.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.1.1
# !pip install pvdeg==0.3.1


# In[1]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
" # !pip install pvdeg==0.1.1"
" # !pip install pvdeg==0.3.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.1.1
# !pip install pvdeg==0.3.1


# In[1]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.1.1"
"# !pip install pvdeg==0.3.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.1.1
# !pip install pvdeg==0.3.1


# In[1]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.1.1"
"# !pip install pvdeg==0.3.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.1.1
# !pip install pvdeg==0.3.1


# In[1]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.1.1"
"# !pip install pvdeg==0.3.1"
]
},
{
Expand All @@ -46,6 +46,7 @@
"source": [
"from pvdeg import letid, collection, utilities, DATA_DIR\n",
"\n",
"import pvdeg\n",
"import pvlib\n",
"import os\n",
"import pandas as pd\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.1.1
# !pip install pvdeg==0.3.1


# In[1]:


from pvdeg import letid, collection, utilities, DATA_DIR

import pvdeg
import pvlib
import os
import pandas as pd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.1.1"
"# !pip install pvdeg==0.3.1"
]
},
{
Expand All @@ -39,7 +39,7 @@
"outputs": [],
"source": [
"from pvdeg import letid, collection, utilities, DATA_DIR\n",
"\n",
"import pvdeg\n",
"import os\n",
"import pandas as pd\n",
"import numpy as np\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.1.1
# !pip install pvdeg==0.3.1


# In[1]:


from pvdeg import letid, collection, utilities, DATA_DIR

import pvdeg
import os
import pandas as pd
import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.2.0"
"# !pip install pvdeg==0.3.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.2.0
# !pip install pvdeg==0.3.1


# In[1]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.2.0"
"# !pip install pvdeg==0.3.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
# !pip install pvdeg==0.2.0
# !pip install pvdeg==0.3.1


# In[1]:
Expand Down

0 comments on commit b232fc3

Please sign in to comment.