Skip to content

Commit

Permalink
fix(cli): Remove comfort module
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Sep 9, 2024
1 parent c64e9e9 commit 52267d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 126 deletions.
2 changes: 0 additions & 2 deletions honeybee_radiance_postprocess/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from .viewfactor import view_factor
from .merge import merge
from .datacollection import datacollection
from .comfort_map import comfort_map


# command group for all postprocess extension commands.
Expand All @@ -29,7 +28,6 @@ def postprocess():
postprocess.add_command(view_factor)
postprocess.add_command(merge)
postprocess.add_command(datacollection, name='data-collection')
postprocess.add_command(comfort_map)

# add postprocess sub-commands to honeybee CLI
main.add_command(postprocess)
124 changes: 0 additions & 124 deletions honeybee_radiance_postprocess/cli/comfort_map.py

This file was deleted.

0 comments on commit 52267d2

Please sign in to comment.