LSSTDESC / rail_base

Base classes for RAIL
MIT License
0 stars 1 forks source link

Fix mpi coverage in input_iterator #117

Closed grantmerz closed 5 months ago

grantmerz commented 5 months ago

Problem & Solution Description (including issue #)

This adds a check in a RailStage input_iterator if mpi is not set up. Previously, an AttributeError would be raised here as self.comm would be None. Issue #116

Code Quality