Skip to content

Commit c4b50a6

Browse files
authored
FlowNetwork post_config hashing (#437)
1 parent f53760b commit c4b50a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rasr/flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def get_val(a):
372372
"params": self.params,
373373
"hidden_inputs": self.hidden_inputs,
374374
"config": self.config,
375-
"post_config": self.post_config,
375+
"post_config": None,
376376
}
377377
return state
378378

0 commit comments

Comments
 (0)