Closed klarakristina closed 1 year ago
Concerns the file: https://github.com/ICOS-Carbon-Portal/data/blob/55444f6d22b99b4db6a0b1970ef571abf1fb5b10/src/main/scala/se/lu/nateko/cp/data/formats/TimeSeriesToBinTableConverter.scala
Currently, the parser attribute is set to null initially, and then updated when parsing starts. Wrapping the parse function in a memoization function would allow us to remove the parser attribute.
Fixed in db16185
Concerns the file: https://github.com/ICOS-Carbon-Portal/data/blob/55444f6d22b99b4db6a0b1970ef571abf1fb5b10/src/main/scala/se/lu/nateko/cp/data/formats/TimeSeriesToBinTableConverter.scala
Currently, the parser attribute is set to null initially, and then updated when parsing starts. Wrapping the parse function in a memoization function would allow us to remove the parser attribute.