mirror of
				https://github.com/Akkudoktor-EOS/EOS.git
				synced 2025-11-04 08:46:20 +00:00 
			
		
		
		
	Pythonic: Rename self_consumption_probability.py -> interpolator.py
* Rename class self_consumption_probability_interpolator to PascalCase SelfConsumptionProbabilityInterpolator.
This commit is contained in:
		@@ -7,7 +7,7 @@ import numpy as np
 | 
			
		||||
from scipy.interpolate import RegularGridInterpolator
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class self_consumption_probability_interpolator:
 | 
			
		||||
class SelfConsumptionPropabilityInterpolator:
 | 
			
		||||
    def __init__(self, filepath: str | Path):
 | 
			
		||||
        self.filepath = filepath
 | 
			
		||||
        # self.interpolator = None
 | 
			
		||||
		Reference in New Issue
	
	Block a user