Closed jiangyilin123 closed 2 months ago
@jiangyilin123 - osstd_repository_path
is a valid argument to create_openstudio_standards_space_data_json_ashrae_90_1()
. How are you running the code that you shared? From a clone of the repository, or, did you install the package using pip
?
I ran it through a repository clone (develop branch). Not sure if the following screen snap helps:
I see, thanks! We'll add that shortly.
Hi @lymereJ, I saw the create_openstudio_standards_data_json_ashrae_90_1
been changed, and now take osstd_repository_path
as an argument. But this seems not updated to the QuickStart.md
.
Thanks! Addressed in #96.
QuickStartGuide says the following code block can be used to generate the space type-related data needed by Openstudio-Standards
I have the following error:
TypeError: create_openstudio_standards_space_data_json_ashrae_90_1() got an unexpected keyword argument 'osstd_repository_path'
However,
create_openstudio_standards_data_json_ashrae_90_1
can takeosstd_repository_path
and run.