Skip to content

Commit

Permalink
started on gridding types
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Dec 26, 2023
1 parent 275ee66 commit 6be3207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
3 changes: 1 addition & 2 deletions src/mpol/gridding.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

from mpol.coordinates import GridCoords
from mpol.exceptions import DataError, ThresholdExceededError, WrongDimensionError

from .datasets import GriddedDataset
from mpol.datasets import GriddedDataset


def _check_data_inputs_2d(uu=None, vv=None, weight=None, data_re=None, data_im=None):
Expand Down
20 changes: 0 additions & 20 deletions test/GPU_SLURM.sh

This file was deleted.

0 comments on commit 6be3207

Please sign in to comment.