Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Mar 9, 2018
1 parent ef4320a commit 74d0e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bifacialvf/bifacialvf.py
Expand Up @@ -25,14 +25,14 @@
import math
import csv
import pvlib
import os, sys
import os

from vf import getBackSurfaceIrradiances, getFrontSurfaceIrradiances, getGroundShadeFactors
from vf import getSkyConfigurationFactors, trackingBFvaluescalculator, rowSpacing
from sun import hrSolarPos, perezComp, solarPos, sunIncident
import pandas as pd

#from builtins import str, range


def simulate(TMYtoread, writefiletitle, beta = 0, sazm = 180, C = 0.5, D = None,
rowType = 'interior', transFactor = 0.01, cellRows = 6,
Expand Down
2 changes: 1 addition & 1 deletion bifacialvf/loadVFresults.py
Expand Up @@ -5,7 +5,7 @@
"""
from __future__ import division, print_function, unicode_literals
from __future__ import division, print_function # ensure python3 compatible division and printing
import io
try:
from urllib2 import urlopen
Expand Down

0 comments on commit 74d0e67

Please sign in to comment.