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 1 month ago

grantmerz commented 1 month 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