Skip to content

Commit

Permalink
while testing Issue #140 fixed the imports for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
Minna Win committed Feb 16, 2022
1 parent ace003d commit c5efd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spacetime_plot/test_spacetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import xarray as xr
import pytest
sys.path.append("../../")
# import metplotpy.contributed.spacetime_plot.spacetime_plot as stp
import spacetime_plot.yaml_environment_util as util
import metplotpy.contributed.spacetime_plot.spacetime_plot as stp
import yaml_environment_util as util


# Use the logic in the spectra_plot_power script to
Expand Down

0 comments on commit c5efd2b

Please sign in to comment.