f-stringify
This commit is contained in:
parent
26ae8578c9
commit
c75a7e67c9
1 changed files with 1 additions and 1 deletions
2
fdtd.py
2
fdtd.py
|
|
@ -130,7 +130,7 @@ def main():
|
|||
# eps=n_air**2,
|
||||
# polygons=mask.as_polygons())
|
||||
|
||||
logger.info('grid shape: {}'.format(grid.shape))
|
||||
logger.info(f'grid shape: {grid.shape}')
|
||||
# #### Create the simulation grid ####
|
||||
# pmls = [{'axis': a, 'polarity': p, 'thickness': pml_thickness}
|
||||
# for a in 'xyz' for p in 'np']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue