Skip to content

Commit

Permalink
try limiting coveralls runs..
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Mar 25, 2024
1 parent 323f81d commit 96937a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
SMARTSPATH: /home/runner/work/bifacial_radiance/bifacial_radiance/SMARTS_295_Linux

- name: Coveralls
if: matrix.python-version == 3.11
run: |
coveralls --service=github
env:
Expand Down
1 change: 0 additions & 1 deletion bifacial_radiance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2587,7 +2587,6 @@ def makeScene1axis(self, trackerdict=None, module=None, sceneDict=None,
customtext = appendtoScene
warnings.warn("Warning: input `appendtoScene` is deprecated. Use kwarg "
"`customtext` instead", DeprecationWarning)

# If no nRows or nMods assigned on deprecated variable or dictionary,
# assign default.
if 'nRows' not in sceneDict:
Expand Down

0 comments on commit 96937a3

Please sign in to comment.