Skip to content

Commit

Permalink
Tagging 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pingswept committed Jan 4, 2025
1 parent 13db251 commit 42a1c33
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 17 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


setup(name='pysolar',
version='0.12',
version='0.13',
description='Collection of Python libraries for simulating the irradiation of any point on earth by the sun',
author='Brandon Stafford',
author_email='[email protected]',
Expand Down
248 changes: 248 additions & 0 deletions test/.ipynb_checkpoints/validation-checkpoint.ipynb

Large diffs are not rendered by default.

17 changes: 1 addition & 16 deletions test/validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Matplotlib is building the font cache; this may take a moment.\n"
]
}
],
"outputs": [],
"source": [
"%matplotlib inline"
]
Expand Down Expand Up @@ -230,13 +222,6 @@
"source": [
"It may appear from the graph above that the latitude errors are worse in the northern hemisphere. That's not the case; we've just gathered more data from the northern hemisphere because we didn't know how to retrieve data for the southern hemisphere from the USNO website until late 2013. At some point, we'll rerun the data-gathering script with points evenly distributed in both hemispheres."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 42a1c33

Please sign in to comment.