Fix logic error in StaticSourceManager intialization.
authorM. Eric Irrgang <ericirrgang@gmail.com>
Mon, 14 Oct 2019 09:27:30 +0000 (12:27 +0300)
committerEric Irrgang <ericirrgang@gmail.com>
Tue, 15 Oct 2019 14:54:23 +0000 (16:54 +0200)
commit1055827b0e77d7a22c181e529eb1c881ea973ffd
tree316e238d9138fa6b908a573b3729ec364513af12
parent13f5fac20132d264da019c27d32b1c2502da669f
Fix logic error in StaticSourceManager intialization.

`dict` inputs are Iterable, but are not the sort of sequence type that
we were trying to catch as ambiguous (in terms of data shape).

Change-Id: I71b79c7389197a0750d21874bf6f7cb3fef7721b
python_packaging/src/gmxapi/operation.py