We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18190ef + 7cd4f78 commit c6bee51Copy full SHA for c6bee51
pkgs/development/python-modules/wandb/default.nix
@@ -357,6 +357,9 @@ buildPythonPackage rec {
357
"test_matplotlib_plotly_with_multiple_axes"
358
"test_matplotlib_to_plotly"
359
"test_plotly_from_matplotlib_with_image"
360
+
361
+ # RuntimeError: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1]
362
+ "test_wandb_image_with_matplotlib_figure"
363
];
364
365
pythonImportsCheck = [ "wandb" ];
0 commit comments