Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
bobkatla committed Oct 21, 2024
1 parent 1af9f99 commit 8cab6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PopSynthesis/Methods/IPSF/CSP/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main():
evidence_cols = hh_atts
sample_cols = main_atts + all_rela

if rela == main_rela:
if rela != main_rela:
# override
main_pp[rela] = main_pp[rela].astype(int)
to_process_syn = main_pp[main_pp[rela] > 0]
Expand Down

0 comments on commit 8cab6ca

Please sign in to comment.