Skip to content

Commit

Permalink
add getFlowByActivity to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Apr 26, 2024
1 parent 32ea44b commit 1dc816a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flowsa/data_source_scripts/USGS_NMIC.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ def usgs_nmic_parse(*, df_list, year, config, **_):

if __name__ == "__main__":
import flowsa
flowsa.generateflowbyactivity.main(source='USGS_NMIC', year=2020)
year = 2020
flowsa.generateflowbyactivity.main(source='USGS_NMIC', year=year)
fba = flowsa.getFlowByActivity('USGS_NMIC', year=2020)

0 comments on commit 1dc816a

Please sign in to comment.