Skip to content

Commit ef6f8e7

Browse files
authored
Update Model_Py.h
1 parent 2453124 commit ef6f8e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Model_Py.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Model_Py run_dihmm_py(const int n_bin_states, const int n_domain_states,
146146
input_chromosomes));
147147
}
148148

149-
Model_Py load_model_py(const std::string &directory, const uword domain_size) {
150-
return Model_Py(load_model(directory, domain_size));
149+
Model_Py load_model_py(const std::string &directory, const int domain_size) {
150+
return load_model(directory, domain_size);
151151
}
152152

153153
bool save_model_py(const Model_Py &m, const std::string &directory) {

0 commit comments

Comments
 (0)