Skip to content

Commit f49914b

Browse files
committed
code reivew: remove PERF comment, IS = definition
1 parent 2dcdfeb commit f49914b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/supplemental_attribute_associations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ function list_associated_supplemental_attribute_uuids(
487487
query = StringTemplates.render(
488488
_QUERY_LIST_ASSOCIATED_SUPPLEMENTAL_ATTRIBUTE_UUIDS_BY_TYPES;
489489
table_name = SUPPLEMENTAL_ATTRIBUTE_TABLE_NAME,
490-
attribute_type_clause = attribute_type_clause, # PERF: swap order?
490+
attribute_type_clause = attribute_type_clause,
491491
component_type_clause = component_type_clause,
492492
)
493493
table = Tables.columntable(_execute_cached(associations, query, params))

test/test_random_seed.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
IS = InfrastructureSystems
21
@testset "Random Seed" begin
32
@test isa(IS.get_random_seed(), Int)
43
end

0 commit comments

Comments
 (0)