Skip to content

Commit 42c3b85

Browse files
Evaluate the source limits of the bias channel after the value of the bias channel is determined (#68)
1 parent 3743cb0 commit 42c3b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-gen-manager/src/model/chan_data/bias_channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ impl BiasChannel {
2626

2727
pub fn evaluate(&mut self) {
2828
self.common_chan_attributes.evaluate();
29+
self.determine_bias_value();
2930
self.common_chan_attributes
3031
.evaluate_source_limits(&self.bias, &self.bias); //Use the bias value for both start and stop as the absolute max is used
31-
self.determine_bias_value();
3232
}
3333

3434
fn determine_bias_value(&mut self) {

0 commit comments

Comments
 (0)