Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/creare-com/podpac into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
joffreypeters committed May 20, 2021
2 parents dbfc193 + daa76ac commit d57bf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podpac/core/data/array_source.py
Expand Up @@ -57,7 +57,7 @@ class ArrayRaw(NoCacheMixin, DataSource):
source = ArrayTrait().tag(attr=True)
coordinates = tl.Instance(Coordinates).tag(attr=True)

_repr_keys = ["shape", "interpolation"]
_repr_keys = ["shape"]

@tl.validate("source")
def _validate_source(self, d):
Expand Down

0 comments on commit d57bf82

Please sign in to comment.