Commits

Takeshi Nakazato authored 32ec7647d8a
CAS-13780 explicitly import casalog (F821)
No tags

casatasks/tests/tasks/test_task_sdfit.py

Modified
21 21 #
22 22 #
23 23 ##########################################################################
24 24 import copy
25 25 import os
26 26 import shutil
27 27 import unittest
28 28
29 29 import numpy
30 30
31 -from casatasks import flagdata, sdfit
31 +from casatasks import casalog, flagdata, sdfit
32 32 from casatasks.private.sdutil import table_manager
33 33 from casatools import ctsys, ms, table
34 34
35 35 tb = table()
36 36
37 37 ctsys_resolve = ctsys.resolve
38 38
39 39 # Utilities for reading blparam file
40 40
41 41

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut