Skip to content

Commit

Permalink
"tv-teststudies-1 (d81f3fc1c8e14e601ef6f46447b3028a7f1fc83d)"
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritsyuk committed Dec 23, 2024
1 parent 2caa510 commit d312422
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 0 deletions.
Binary file added sdk_13/study_repo/tv/teststudies/1/jar
Binary file not shown.
148 changes: 148 additions & 0 deletions sdk_13/study_repo/tv/teststudies/1/metainfo_json
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
[
{
"_metainfoVersion" : 51,
"defaults" : {
"inputs" : {
"arg" : 2.718281828
},
"styles" : {
"plot" : {
"linestyle" : 0,
"linewidth" : 1,
"plottype" : 0,
"trackPrice" : false,
"transparency" : 0,
"visible" : true
}
}
},
"description" : "Unnamed Study",
"format" : {
"type" : "inherit"
},
"id" : "MigrationInput_AddDouble_ChangeTypeInt_NoChange_NoChange@tv-teststudies-1",
"inputs" : [
{
"defval" : 2.718281828,
"id" : "arg",
"max" : 1.7976931348623157E308,
"min" : -1.7976931348623157E308,
"name" : "Arg",
"type" : "float"
}
],
"is_price_study" : false,
"plots" : [
{
"id" : "plot",
"type" : "line"
}
],
"shortDescription" : "Unnamed Study",
"styles" : {
"plot" : {
"histogramBase" : 0.0,
"title" : "Plot"
}
}
},
{
"_metainfoVersion" : 51,
"defaults" : {
"inputs" : {
"arg" : 2.718281828
},
"styles" : {
"plot" : {
"linestyle" : 0,
"linewidth" : 1,
"plottype" : 0,
"trackPrice" : false,
"transparency" : 0,
"visible" : true
}
}
},
"description" : "Unnamed Study",
"format" : {
"type" : "inherit"
},
"id" : "MigrationInput_AddDouble_Remove_AddInt_ChangeTypeString@tv-teststudies-1",
"inputs" : [
{
"defval" : 2.718281828,
"id" : "arg",
"max" : 1.7976931348623157E308,
"min" : -1.7976931348623157E308,
"name" : "Arg",
"type" : "float"
}
],
"is_price_study" : false,
"plots" : [
{
"id" : "plot",
"type" : "line"
}
],
"shortDescription" : "Unnamed Study",
"styles" : {
"plot" : {
"histogramBase" : 0.0,
"title" : "Plot"
}
}
},
{
"_metainfoVersion" : 51,
"defaults" : {
"inputs" : {
"arg" : "abc",
"argBool" : true
},
"styles" : {
"plot" : {
"linestyle" : 0,
"linewidth" : 1,
"plottype" : 0,
"trackPrice" : false,
"transparency" : 0,
"visible" : true
}
}
},
"description" : "Unnamed Study",
"format" : {
"type" : "inherit"
},
"id" : "MigrationInput_AddString_Remove_AddDouble_ChangeTypeInt@tv-teststudies-1",
"inputs" : [
{
"defval" : "abc",
"id" : "arg",
"name" : "Arg",
"type" : "text"
},
{
"defval" : true,
"id" : "argBool",
"name" : "ArgBool",
"type" : "bool"
}
],
"is_price_study" : false,
"plots" : [
{
"id" : "plot",
"type" : "line"
}
],
"shortDescription" : "Unnamed Study",
"styles" : {
"plot" : {
"histogramBase" : 0.0,
"title" : "Plot"
}
}
}
]
6 changes: 6 additions & 0 deletions sdk_13/study_repo/tv/teststudies/1/migration
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pkgName" : "tv-teststudies",
"studyMigrations" : [ ],
"versFrom" : "0",
"versTo" : "1"
}
1 change: 1 addition & 0 deletions sdk_13/study_repo/tv/teststudies/1/migrations_all
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[ ]
1 change: 1 addition & 0 deletions sdk_13/study_repo/tv/teststudies/HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1

0 comments on commit d312422

Please sign in to comment.