We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fb77f commit 93c4cf2Copy full SHA for 93c4cf2
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