holoviz-topics / imagen

ImaGen: Generic Python library for 0D, 1D and 2D pattern distributions
https://imagen.holoviz.org/
BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

Fix Python3 incompatibility in PatternGenerator #62

Open fcr opened 4 years ago

fcr commented 4 years ago

In PatternGenerator self.channels().values() was not being converted to a list before accessing by index.