7 lines
116 B
Python
7 lines
116 B
Python
|
import pytest
|
||
|
from spacy_legacy.loggers import wandb_logger_v1
|
||
|
|
||
|
|
||
|
def test_logger():
|
||
|
wandb_logger_v1("test", [])
|