Skip to content

Commit

Permalink
correct type_key for NB2WNumpyDataProduct
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jan 14, 2025
1 parent 01cab67 commit 514f3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispatcher_plugin_nb2workflow/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _init_as_list(cls, encoded_data, *args, **kwargs):
return []

class NB2WNumpyDataProduct(NB2WProduct):
type_key = 'http://odahub.io/ontology#NumpyData'
type_key = 'http://odahub.io/ontology#NumpyDataProduct'

def __init__(self,
encoded_data,
Expand Down

0 comments on commit 514f3dd

Please sign in to comment.