Skip to content

Commit

Permalink
Merge branch 'develop' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
perrotcap committed Oct 10, 2024
2 parents 225926b + 0805218 commit d706495
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 151 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,18 @@
See the License for the specific language governing permissions and
limitations under the License.
'''
import pandas as pd

from energy_models.core.techno_type.base_techno_models.renewable_techno import (
RenewableTechno,
)
from energy_models.glossaryenergy import GlossaryEnergy


class CleanEnergySimpleTechno(RenewableTechno):
pass

def compute_specifif_costs_of_technos(self):
self.specific_costs = pd.DataFrame({
GlossaryEnergy.Years: self.years,
GlossaryEnergy.ResourcesPriceValue: self.techno_infos_dict['resource_price']
})
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
150 changes: 0 additions & 150 deletions energy_models/tests/l1_test_gradient_investments_profile_builder.py

This file was deleted.

0 comments on commit d706495

Please sign in to comment.