You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if the same [date input] feature can be implemented in ramp core so it can be used when a model is built using python script or not.
I meant more like a method or function that helps the user to do the same when building and running a model in a python IDE (like the Jupyter Notebook examples in the documentation).
It was decided to always provide a functionality for users of the command line and users of .py files
Right now users of .py files are prompted to run a loop over the generate_single_load_profile method of the Appliance class. I think we should implement the simulation date range at the UseCase level
And we would move the code which is in stochastic_process.py in methods of the UseCase class (in the command line ramp input the .xlsx files are loaded into a usecase already, so not much change would be required)
The text was updated successfully, but these errors were encountered:
I see your point, and the change you suggest is possibly a good idea. Nonetheless, given that this is an improvement but not a bug, should we start merging the development branch into the master first, so that we can proceed with the planned outreach activities while we work on this?
Nonetheless, given that this is an improvement but not a bug, should we start merging the development branch into the master first, so that we can proceed with the planned outreach activities while we work on this?
Originally posted by @mohammadamint in #52 (comment)
It was decided to always provide a functionality for users of the command line and users of .py files
Right now users of .py files are prompted to run a loop over the
generate_single_load_profile
method of theAppliance
class. I think we should implement the simulation date range at theUseCase level
Example use at the appliance level
Example use at the user level
And we would move the code which is in
stochastic_process.py
in methods of theUseCase
class (in the command line ramp input the.xlsx
files are loaded into a usecase already, so not much change would be required)The text was updated successfully, but these errors were encountered: