Fix comet_ml test failing

release/4.3a0
Fan Jiang 2020-06-10 10:48:11 -04:00
parent 59f67906da
commit 9cfd8332e6
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ from datetime import datetime
import gtsam
import numpy as np
from comet_ml import Experiment
from gtsam import Rot3
from gtsam.utils.test_case import GtsamTestCase
@ -55,7 +54,7 @@ class TestOptimizeComet(GtsamTestCase):
@unittest.skip("Not a test we want run every time, as needs comet.ml account")
def test_comet(self):
"""Test with a comet hook."""
from comet_ml import Experiment
comet = Experiment(project_name="Testing",
auto_output_logging="native")
comet.log_dataset_info(name="Karcher", path="shonan")