There was an error while loading. Please reload this page.
1 parent ce1af91 commit b600d28Copy full SHA for b600d28
1 file changed
tests/artists/test_quick1D.py
@@ -3,9 +3,10 @@
3
import numpy as np
4
import WrightTools as wt
5
from WrightTools import datasets
6
+import logging
7
-# _quick1D = wt.artists.quick_v2._1D._quick1D
8
quick1D = wt.artists.quick1D
9
+logging.basicConfig(level="INFO")
10
11
12
def test_perovskite():
0 commit comments