Skip to content

Commit

Permalink
removed experiment from data attributes table
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Sep 7, 2023
1 parent 0a52e28 commit 3ad5cf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cript/nodes/primary_nodes/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Data(PrimaryBaseNode):
## Attributes
| Attribute | Type | Example | Description | Required |
|---------------------|---------------------------------------------------|----------------------------|----------------------------------------------------------------------------------------------|----------|
| experiment | [Experiment](experiment.md) | | Experiment the data belongs to | True |
| name | str | `"my_data_name"` | Name of the data node | True |
| type | str | `"nmr_h1"` | Pick from [CRIPT data type controlled vocabulary](https://app.criptapp.org/vocab/data_type/) | True |
| file | List[[File](../supporting_nodes/file.md)] | `[file_1, file_2, file_3]` | list of file nodes | False |
Expand Down

0 comments on commit 3ad5cf4

Please sign in to comment.