Skip to content

Commit

Permalink
remove forgotten variable
Browse files Browse the repository at this point in the history
  • Loading branch information
KalelR committed Oct 1, 2023
1 parent b7a7a81 commit 5eedc82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mapping/attractor_mapping.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Definition of the attracting mapping API and exporting
# At the end it also includes all files related to mapping

const mx_dimension_sparse = 30

export AttractorMapper,
AttractorsViaRecurrences,
AttractorsViaProximity,
Expand Down Expand Up @@ -234,7 +232,7 @@ function _expand_A(vec_reduced, ic_fixed, idxs_varying_dims) where {A}
for i in eachindex(vec)
vec[i][idxs_varying_dims] .= vec_reduced[i]
end
return vec
return vec
end

#########################################################################################
Expand Down

0 comments on commit 5eedc82

Please sign in to comment.