diff --git a/simfire/utils/config.py b/simfire/utils/config.py index 7e563ef..444ffe4 100644 --- a/simfire/utils/config.py +++ b/simfire/utils/config.py @@ -813,7 +813,7 @@ def _load_fire(self, pos: Optional[Tuple[int, int]] = None) -> FireConfig: return FireConfig((pos_x, pos_y), diagonal_spread, max_fire_duration, seed) elif fire_init_pos_type == "historical": return FireConfig( - (self.historical_layer.fire_start_y, self.historical_layer.fire_start_x), + (self.historical_layer.fire_start_x, self.historical_layer.fire_start_y), diagonal_spread, max_fire_duration, None,