Closed catherinebirney closed 1 year ago
were you finding issues in some cases? I'm not sure the best way to test this - looks reasonable to me.
Suppressed still shows up when needed?
Suppressed does show up when we want it - so Suppressed is included in the EIA_MECS_Energy FBAs. But now a column of np.nan is not added for no reason.
There wasn't a real issue with the dtypes, but the FBAs we were generating had a mix of None and np.nan columns, so I changed it for consistency.
ok, i still get confused since there is also the new flowby_config.yaml
so we will have to consolidate at somepoint
Yes, we do need to consolidate, but right now FBAs are still generated with our original method so that is the code I tweaked
@catherinebirney this seems to have caused some issues with collapse_fbs_sectors()
because the sectors are showing up as 'nan' strings instead of np.nan
(i believe)