Skip to content

Commit

Permalink
Fix errors due to dev merge
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Sep 21, 2023
1 parent 96f5e11 commit 93d126b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"Standard_NC4as_T4_v3": {
"VCpuInfo": {
"DefaultVCpus": 4
},
"MemoryInfo": {
"SizeInMiB": 0
},
"GpuInfo": {
"GPUs": [
{
"Name": "",
"Manufacturer": "",
"Count": 1,
"MemoryInfo": {
"SizeInMiB": 0
}
}
]
}
}
}
2 changes: 1 addition & 1 deletion user_tools/tests/test_diagnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from cli_test_helpers import ArgvContext, EnvironContext # pylint: disable=import-error

from spark_rapids_pytools import wrapper
from .pyrapids_unit import conftest
from .spark_rapids_tools_ut import conftest
from .mock_cluster import mock_live_cluster


Expand Down

0 comments on commit 93d126b

Please sign in to comment.