Skip to content

Commit

Permalink
iss #306 updated demo test files and schema to be v1_0
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaMorandi committed Jan 20, 2023
1 parent 81fe836 commit 756a7b4
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 303 deletions.
8 changes: 4 additions & 4 deletions brightwind/demo_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
'demo_windographer_flagging_log',
'demo_windographer_flagging_log2',
'demo_cleaning_file',
'iea43_wra_data_model_schema',
'iea43_wra_data_model']
'iea43_wra_data_model_schema_v1_0',
'iea43_wra_data_model_v1_0']

demo_data = os.path.join(os.path.dirname(__file__), 'demo_data.csv')
demo_campbell_scientific_data = os.path.join(os.path.dirname(__file__), 'campbell_scientific_demo_data.csv')
Expand All @@ -26,8 +26,8 @@
demo_windographer_flagging_log2 = os.path.join(os.path.dirname(__file__), 'windographer_flagging_log2.txt')
demo_cleaning_file = os.path.join(os.path.dirname(__file__), 'demo_cleaning_file.csv')

iea43_wra_data_model_schema = os.path.join(os.path.dirname(__file__), 'iea43_wra_data_model.schema.json')
iea43_wra_data_model = os.path.join(os.path.dirname(__file__), 'iea43_wra_data_model.json')
iea43_wra_data_model_schema_v1_0 = os.path.join(os.path.dirname(__file__), 'iea43_wra_data_model.schema_v1_0.json')
iea43_wra_data_model_v1_0 = os.path.join(os.path.dirname(__file__), 'iea43_wra_data_model_v1_0.json')

demo_data_adjusted_for_testing = os.path.join(os.path.dirname(__file__), 'demo_data_adjusted_for_testing.csv')

Expand Down

0 comments on commit 756a7b4

Please sign in to comment.