Skip to content

Commit

Permalink
more pytest. update release date.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Oct 14, 2024
1 parent 2980a91 commit f341da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew/v0.4.4.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _whatsnew_0440:

v0.4.4 (October / XX / 2024)
v0.4.4 (October / 14 / 2024)
----------------------------
Bugfix Release with important updates to correct the indexing of trackerdict and gendaylit1axis

Expand Down
2 changes: 1 addition & 1 deletion tests/test_bifacial_radiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def test_SingleModule_HPC():
print(demo.getfilelist())
octfile = demo.makeOct(demo.getfilelist()) # makeOct combines all of the ground, sky and object files into a .oct file.
analysis = bifacial_radiance.AnalysisObj(octfile, demo.name, hpc=True) # return an analysis object including the scan dimensions for back irradiance
(frontscan,backscan) = analysis.moduleAnalysis(scene, sensorsy=1)
(frontscan,backscan) = analysis.moduleAnalysis(scene, sensorsy=1, debug=True)
analysis.analysis(octfile, demo.name, frontscan, backscan) # compare the back vs front irradiance
assert analysis.mattype[0][:12] == 'a0.0.a0.test'
assert analysis.rearMat[0][:12] == 'a0.0.a0.test'
Expand Down

0 comments on commit f341da2

Please sign in to comment.