MCPcopy Create free account
hub / github.com/cwida/FastLanes / subnormal_str

Method subnormal_str

scripts/generate_synthetic_data.py:47–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 map(row_id, True), # 7) MAP1T1_GROUP_0_COL_0
46 map(row_id, False), # 8) MAP1T1_GROUP_0_COL_1
47 #
48 ]
49
50
51def generate_example_2(faker, row_id):
52 return [ #
53 constant(row_id), # 0) CONSTANT INT --- COL WITH VALUE 13700525
54 #
55 ]
56
57
58faker = Faker()
59faker.add_provider(LanguageProvider)
60faker.add_provider(NumberStrings)
61

Callers 1

generate_subnormalsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected