Skip to content

Commit

Permalink
Merge pull request #46 from LBNL-ETA/hide_ep2rad
Browse files Browse the repository at this point in the history
Hide ep2rad
  • Loading branch information
taoning authored Oct 25, 2023
2 parents 970ca2a + 16ef226 commit c2475c9
Show file tree
Hide file tree
Showing 7 changed files with 485 additions and 382 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test:
pytest test

clean:
rm -f *.csv *.end *.mtr *.mdd *.bnd *.dxf *.audit *.err *.eso *.json *.rdd *.shd *.sql *.htm *.eio *.mtd
2 changes: 1 addition & 1 deletion frads/ep2rad.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
polygon_center,
)
from frads.utils import polygon_primitive, gen_grid
from frads.eplus import EnergyPlusModel
from frads.eplus_model import EnergyPlusModel
from epmodel.epmodel import (
BuildingSurfaceDetailed,
FenestrationSurfaceDetailed,
Expand Down
Loading

0 comments on commit c2475c9

Please sign in to comment.