Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix case of dims = [None, None, ...]
The only case where dims=[None, ...] is when the user has passed dims=None. Since the user passed dims=None, they shouldn't be expecting any coords to match that dimension. Thus we don't need to try to add any more coords to the model.
- Loading branch information