Skip to content

Commit

Permalink
Updated test script
Browse files Browse the repository at this point in the history
  • Loading branch information
saanikaaa committed Oct 18, 2023
1 parent 3a354eb commit cd31f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/noaa/gpcc_spi/gpcc_spi_aggregation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import tempfile
import filecmp
from gpcc_spi_aggregation import run_gpcc_spi_aggregation
from .gpcc_spi_aggregation import run_gpcc_spi_aggregation

# module_dir is the path to where this test is running from.
module_dir = os.path.dirname(__file__)
Expand Down
2 changes: 1 addition & 1 deletion scripts/noaa/gpcc_spi/preprocess_gpcc_spi_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Usage: python -m unittest discover -v -s ../ -p "preprocess_gpcc_spi_test.py"
'''
import unittest
from preprocess_gpcc_spi import preprocess_one
from .preprocess_gpcc_spi import preprocess_one
import os
import tempfile
import filecmp
Expand Down

0 comments on commit cd31f18

Please sign in to comment.