Skip to content

Commit

Permalink
Filter neptune warning in doctests (#3195)
Browse files Browse the repository at this point in the history
* filter neptune warning

* skip true
  • Loading branch information
mvpatel2000 authored and Chuck Tang committed May 16, 2024
1 parent 0083a8b commit b0ccc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/trainer/file_uploading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Neptune File upload
The :class:`~composer.loggers.neptune_logger.NeptuneLogger` API Reference.

.. testcode::
:skipif: not _NEPTUNE_INSTALLED
:skipif: True

from composer.loggers import NeptuneLogger
from composer import Trainer
Expand Down

0 comments on commit b0ccc43

Please sign in to comment.