Skip to content

Commit 1587639

Browse files
author
Sai Krishna
committed
deleted broken jsr schemas so pytests works
1 parent caa03f5 commit 1587639

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyked/schemas/chemked_schema.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
!include value_unit_schema.yaml
88
!include composition_schema.yaml
99
!include ignition_delay_schema.yaml
10-
!include species_profile_schema.yaml
1110
######################################################
1211

1312
# Common reference for authors' information
@@ -52,7 +51,6 @@ datapoints:
5251
required: true
5352
oneof:
5453
- *ignition-delay-schema
55-
- *species-profile-schema
5654
reference:
5755
required: true
5856
type: dict

pyked/schemas/jsr_schema.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ jsr-schema: &jsr-schema
44
schema:
55
type: dict
66
schema:
7-
inlet: *composition
8-
7+
inlet: *composition

0 commit comments

Comments
 (0)