Skip to content

Commit af31db7

Browse files
mark TODO to fix JSON & RST metadata generation for outputs that are also inputs
1 parent acd2c94 commit af31db7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/geophires_x_schema_generator/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,10 @@ def _fix_floating_point_error(val: Any) -> Any:
379379

380380

381381
class HipRaXSchemaGenerator(GeophiresXSchemaGenerator):
382+
"""
383+
TODO fix JSON & RST metadata generation for outputs that are also inputs (like Reservoir Depth) - currently only
384+
Names are correctly processed
385+
"""
382386

383387
def __init__(self):
384388
dummy_model = HIP_RA_X()

0 commit comments

Comments
 (0)