Skip to content

Commit

Permalink
FlowNetwork post_config hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
vieting committed Jul 27, 2023
1 parent 0ae3d64 commit 59c81c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasr/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def get_val(a):
"params": self.params,
"hidden_inputs": self.hidden_inputs,
"config": self.config,
"post_config": self.post_config,
"post_config": None,
}
return state

Expand Down

0 comments on commit 59c81c2

Please sign in to comment.