Skip to content

Commit

Permalink
FIX: Ok, let's try this again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcjackson committed Jan 23, 2024
1 parent 494544c commit 54d9c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/io/plot_hysplit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
import act
import matplotlib.pyplot as plt

from act.tests import sample_files
from arm_test_data import DATASETS

# Load the data
filename = sample_files.EXAMPLE_HYSPLIT
filename = DATASETS.fetch('houstonaug300.0summer2010080100')
ds = act.io.read_hysplit(filename)

# Use the GeographicPlotDisplay object to make the plot
Expand Down

0 comments on commit 54d9c9d

Please sign in to comment.