-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7761 from OpenMined/small_dataset_changes
Small dataset changes
- Loading branch information
Showing
2 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -337,15 +337,13 @@ | |
}, | ||
"outputs": [], | ||
"source": [ | ||
"dataset.add_contributor(role=sy.roles.UPLOADER, \n", | ||
" name=\"Andrew Trask\", \n", | ||
" email=\"[email protected]\",\n", | ||
" note=\"Andrew runs this domain and prepared the dataset metadata.\")\n", | ||
"dataset.add_contributor(name=\"Andrew Trask\", \n", | ||
" email=\"[email protected]\",\n", | ||
" note=\"Andrew runs this domain and prepared the dataset metadata.\")\n", | ||
"\n", | ||
"dataset.add_contributor(role=sy.roles.EDITOR, \n", | ||
" name=\"Madhava Jay\", \n", | ||
" email=\"[email protected]\",\n", | ||
" note=\"Madhava tweaked the description to add the URL because Andrew forgot.\")" | ||
"dataset.add_contributor(name=\"Madhava Jay\", \n", | ||
" email=\"[email protected]\",\n", | ||
" note=\"Madhava tweaked the description to add the URL because Andrew forgot.\")" | ||
] | ||
}, | ||
{ | ||
|
@@ -390,10 +388,9 @@ | |
}, | ||
"outputs": [], | ||
"source": [ | ||
"ctf.add_contributor(role=sy.roles.UPLOADER, \n", | ||
" name=\"Andrew Trask\", \n", | ||
" email=\"[email protected]\",\n", | ||
" note=\"Andrew runs this domain and prepared the asset.\")" | ||
"ctf.add_contributor(name=\"Andrew Trask\", \n", | ||
" email=\"[email protected]\",\n", | ||
" note=\"Andrew runs this domain and prepared the asset.\")" | ||
] | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters