dtype repair to logger

This commit is contained in:
Master
2020-06-20 20:25:45 -04:00
parent 839c3d398a
commit d636ece26a
8 changed files with 11 additions and 9 deletions

7
test/plans/test.plan Normal file
View File

@@ -0,0 +1,7 @@
{
"plan": [
{ "name": "independent test 1", "dependencies": [ null ] },
{ "name": "independent test 2", "dependencies": [ null ] },
{ "name": "dependent test", "dependencies": [ "independent test 1" ] }
]
}