Skip to content

Commit

Permalink
Merge pull request #48 from kamangir/blue-solar-refactors-2025-02-18-…
Browse files Browse the repository at this point in the history
…da9j75

blue-solar refactors
  • Loading branch information
kamangir authored Feb 18, 2025
2 parents 08493d8 + 16fc106 commit c7b31dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ graph LR

[![pylint](https://github.com/kamangir/roofai/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/roofai/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/roofai/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/roofai/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/roofai/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/roofai/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/roofai.svg)](https://pypi.org/project/roofai/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/roofai)](https://pypistats.org/packages/roofai)

built by 🌀 [`blue_options-4.223.1`](https://github.com/kamangir/awesome-bash-cli), based on 🏛️ [`roofai-6.236.1`](https://github.com/kamangir/roofai).
built by 🌀 [`blue_options-4.223.1`](https://github.com/kamangir/awesome-bash-cli), based on 🏛️ [`roofai-6.238.1`](https://github.com/kamangir/roofai).
2 changes: 1 addition & 1 deletion roofai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} everything ai about roofs."

VERSION = "6.236.1"
VERSION = "6.238.1"

MARQUEE = "https://github.com/kamangir/assets/blob/main/2023-10-28-16-28-36-88493-predict.gif?raw=true"

Expand Down
4 changes: 3 additions & 1 deletion roofai/google_maps/semseg/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,13 @@ def predict(
matrix=output_matrix,
suffix=[dataset.matrix],
header=objects.signature(
info=f"lat:{lat:.05f},lon:{lon:.05f}",
info="prediction",
object_name=prediction_object_name,
)
+ ([address] if address else [])
+ [
f"lat:{lat:.05f}",
f"lon:{lon:.05f}",
f"model: {model_object_name}",
model.signature,
f"device: {device}",
Expand Down

0 comments on commit c7b31dc

Please # to comment.