AI-SDC / ACRO

Tools for the Automatic Checking of Research Outputs. These are the tools for researchers to use as drop-in replacements for commands that produce outputs in Stata Python and R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor load_json function to be static rather than member of Records

rpreen opened this issue · comments

It would be cleaner to have a load_records(path: str) function within the record.py module that returns the Records rather than the current load_json() function which is a member of the Records class.