We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bb166 commit ac91f55Copy full SHA for ac91f55
1 file changed
roman_imsim/_templates.py
@@ -4,4 +4,6 @@
4
5
from ._meta_data import config_dir
6
7
-galsim.config.RegisterTemplate("roman_imsim_default", os.path.join(config_dir, "default.yaml"))
+galsim.config.RegisterTemplate(
8
+ "roman_imsim_default", os.path.join(config_dir, "default.yaml")
9
+)
0 commit comments