Skip to content

Commit b600d28

Browse files
committed
Update test_quick1D.py
1 parent ce1af91 commit b600d28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/artists/test_quick1D.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
import numpy as np
44
import WrightTools as wt
55
from WrightTools import datasets
6+
import logging
67

7-
# _quick1D = wt.artists.quick_v2._1D._quick1D
88
quick1D = wt.artists.quick1D
9+
logging.basicConfig(level="INFO")
910

1011

1112
def test_perovskite():

0 commit comments

Comments
 (0)