Skip to content

Commit c0fdae3

Browse files
For some reason we were importing tplot_options as a module, not the routine within the module
1 parent ca85f35 commit c0fdae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyspedas/tplot_tools/importers/tplot_restore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99
import pyspedas
1010
from pyspedas.tplot_tools import options, store_data
11-
from pyspedas.tplot_tools import tplot_options
11+
from pyspedas.tplot_tools.tplot_options import tplot_options
1212
from scipy.io import readsav
1313
import logging
1414

0 commit comments

Comments
 (0)