Skip to content

Commit c94da88

Browse files
committed
Update README.md
removed logging comment. removed spa_c+testing comment since it will confuse people and isn't necessary for most developers.
1 parent 8967652 commit c94da88

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,32 +81,27 @@ tus_cs = pvlib.clearsky.ineichen(times, tus, airmass_model='young1994')
8181
tus_cs.plot()
8282
```
8383

84-
Until the code is tested more thoroughly, you might find it useful to add:
85-
```
86-
import logging
87-
logging.getLogger('pvlib').setLevel(logging.DEBUG) # or at least INFO
88-
```
8984

9085
License
9186
=======
9287
3 clause BSD.
9388

9489

95-
Testing
96-
============
97-
First, make sure the package is installed in develop mode or run ``python setup.py build_ext --inplace`` to properly compile the ``spa_py.c`` code. Testing can be accomplished by running nosetests on the pvlib directory (or pvlib/tests):
98-
```
99-
nosetests -v pvlib
100-
```
101-
Unit test code should be placed in the ``pvlib/test`` directory. Each module should have its own test module.
102-
103-
10490
Compatibility
10591
=============
10692

10793
pvlib-python is compatible with Python versions 2.7, 3.3, and 3.4, and pandas versions 0.13.1 through 0.16.2.
10894

10995

96+
Testing
97+
=======
98+
Testing can easily be accomplished by running ``nosetests`` on the pvlib directory:
99+
```
100+
nosetests -v pvlib
101+
```
102+
Unit test code should be placed in the corresponding test module in the pvlib/test directory. Use ``pip`` or ``conda`` to install ``nose``. Developers must include comprehensive tests for any additions or modifications to pvlib.
103+
104+
110105
Code Transition
111106
================
112107
Here are some of the major differences between the latest build and the original Sandia PVLIB\_Python project.

0 commit comments

Comments
 (0)