Skip to content

Commit 4572530

Browse files
committed
fix: correct typo 'occured' to 'occurred'
1 parent 4327386 commit 4572530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/keras_tests/feature_networks_tests/feature_networks/network_editor/change_qc_attr_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def create_networks(self):
4646
def compare(self, quantized_model, float_model, input_x=None, quantization_info=None):
4747
conv_layer = get_layers_from_model_by_type(quantized_model, layers.Conv2D)[0]
4848
self.unit_test.assertTrue(conv_layer.layer.bias is None) # If bias correction is enabled, a bias should be added -
49-
# This asserts the editing occured
49+
# This asserts the editing occurred
5050

5151

5252
class ChangeFinalActivationQCAttrTest(BaseKerasFeatureNetworkTest):

0 commit comments

Comments
 (0)