We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The init function of every sector should look like this:
energy consuming sectors:
production = energy_demand.calc_production(inputs) supply = energy_source.calc_supply(inputs)
energy producing sectors:
demand = energy_demand.calc_demand(inputs) production = energy_production.calc_production(inputs)
The implementing function code and dataclasses should be put into the subfolders:
energy consuming sectors: energy_demand, energy_source
energy_demand, energy_source
energy producing sectors: energy_demand, energy_production
energy_demand, energy_production
If it is necessary, you can add energy_general
energy_general
Current progress:
The text was updated successfully, but these errors were encountered:
Jeniffere
No branches or pull requests
The init function of every sector should look like this:
energy consuming sectors:
energy producing sectors:
The implementing function code and dataclasses should be put into the subfolders:
energy consuming sectors:
energy_demand, energy_source
energy producing sectors:
energy_demand, energy_production
If it is necessary, you can add
energy_general
Current progress:
The text was updated successfully, but these errors were encountered: