Skip to content

Commit

Permalink
Fix: removed method overwriting
Browse files Browse the repository at this point in the history
  • Loading branch information
Brusa99 authored and AldoGl committed Jun 26, 2024
1 parent ebc0a6d commit b6b1c73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions src/markets/capital_goods_market.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ and quantities based on the purchase.
- `model`: An instance of `AbstractModel` representing the economic model.
"""
function capital_goods_market!(
firm::AbstractConsumptionFirm,
random_cap_firms::Vector{<:AbstractCapitalFirm},
model::AbstractModel,
)
# function body
end
function capital_goods_market!(
firm::AbstractConsumptionFirm,
random_cap_firms::Vector{<:AbstractCapitalFirm},
Expand Down
5 changes: 0 additions & 5 deletions src/model_init/init_agg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,3 @@ function initialise_aggregates(params)
return agg

end


function initialise_model(W::Int, F::Int, N::Int, params::Dict)
return initialise_model(W, F, N; params = params)
end

0 comments on commit b6b1c73

Please sign in to comment.