Skip to content

Commit

Permalink
fix asdf call
Browse files Browse the repository at this point in the history
  • Loading branch information
nden committed Dec 10, 2024
1 parent c455cab commit ef8f619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwcs/wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def numerical_inverse(self, *args, tolerance=1e-5, maxiter=30, adaptive=True,
>>> import numpy as np
>>> filename = get_pkg_data_filename('data/nircamwcs.asdf', package='gwcs.tests')
>>> with asdf.open(filename, copy_arrays=True, lazy_load=False, ignore_missing_extensions=True) as af:
>>> with asdf.open(filename, lazy_load=False, ignore_missing_extensions=True) as af:
... w = af.tree['wcs']
>>> ra, dec = w([1,2,3], [1,1,1])
Expand Down

0 comments on commit ef8f619

Please sign in to comment.