Bloom recognizing double as string in rule-based style on relationship

I would like to change the size of the relationship arrows in bloom based on the value of a certain relationship property. Through the Neo4J browser, by calling db.schema.relTypeProperties, I see that the type of the property is a Double. However, when I attempt to add rule-based styling to the relationship based on the property, it is interpreting that property as type String. Is there something I am doing wrong here?

Nevermind, I figured it out! It was a problem with the settings in my perspective.