Skip to content

Commit

Permalink
removing unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrypotts committed Jun 26, 2024
1 parent ffaa7e3 commit 77b2661
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/generate_structs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ function dataframe_to_structs(df_dict::Dict)
#more complex query based methods once database is expanded

#Populate SupplyTechnology structs from database
dict_structs["SupplyTechnology"] = Dict()
for row in eachrow(df_dict["supply_technologies"])
t = SupplyTechnology{ThermalStandard}(;
#Data pulled from DB
Expand Down

0 comments on commit 77b2661

Please sign in to comment.