Skip to content

Commit

Permalink
Hiding as pycigar still not publicly available
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinney committed Oct 17, 2023
1 parent 17280b0 commit dce8c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omf/models/cyberInverters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

modelName, template = __neoMetaModel__.metadata(__file__)
tooltip = "The cyberInverters model shows the impacts of inverter hacks on a feeder including system voltages, regulator actions, and capacitor responses."
hidden = False
hidden = True

def work(modelDir, inputDict):
''' Run the model in its directory.'''
Expand Down

0 comments on commit dce8c7f

Please sign in to comment.