Skip to content

Commit f15c0f2

Browse files
committed
Bug: replace self.data_conf with self.data_config
1 parent a72b798 commit f15c0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wf_psf/inference/psf_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def load_configs(self):
3636

3737
if self.data_config_path is not None:
3838
# Load the data configuration
39-
self.data_conf = read_conf(self.data_config_path)
39+
self.data_config = read_conf(self.data_config_path)
4040

4141

4242
def set_config_paths(self):

0 commit comments

Comments
 (0)