-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from manuGil/clean-up
Clean up
- Loading branch information
Showing
20 changed files
with
80 additions
and
1,343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
""" | ||
Clonfigurations for the mosaik simulations that use models | ||
from the illuminator package, can be defined as below. | ||
Pre-requisites: | ||
1. Install the illuminator as a Python package | ||
2. The simulation should be run in the same environment where | ||
the illuminator is installed | ||
""" | ||
|
||
# Configuration for collector, | ||
sim_config={ | ||
'Collector':{'python':'illuminator.models.collector:Collector'}, | ||
'CSVB':{'python':'illuminator.models.mosaik_csv:CSV'}, | ||
'PV':{'python':'illuminator.models.PV.pv_mosaik:PvAdapter'}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.