diff --git a/simpeg_drivers/utils/tile_estimate.py b/simpeg_drivers/utils/tile_estimate.py index 7e9569fb..ce564d26 100644 --- a/simpeg_drivers/utils/tile_estimate.py +++ b/simpeg_drivers/utils/tile_estimate.py @@ -108,7 +108,7 @@ def get_results(self, max_tiles: int = 13) -> dict: padding_cells=self.driver.params.padding_cells, ) - # Estimate total size in Gb + # Estimate total size in GB results[count] = float(sim.survey.nD) * mapping.shape[0] * count * 8 * 1e-9 return results @@ -122,7 +122,7 @@ def run(self) -> SimPEGGroup: logger.info( "Estimates:\n%s\n%s", - "Tiling \t Total size (Gb) ", + "Tiling \t Total size (GB) ", "\n".join(f"{key} \t {value:.2e}" for key, value in results.items()), ) @@ -247,7 +247,7 @@ def plot(results: dict, data: InversionData, optimal: int): ax.plot(optimal, fun(optimal), "ro") ax.set_xlabel("Number of tiles") ax.set_aspect(tile_counts.max() / problem_sizes.max()) - ax.set_ylabel("Est. total size (Gb)") + ax.set_ylabel("Est. total size (GB)") ax2 = plt.subplot(2, 1, 2) tiles = tile_locations(