alanderos91 / BioSimulator.jl

A stochastic simulation framework in Julia.
https://alanderos91.github.io/BioSimulator.jl/stable/
Other
47 stars 7 forks source link

Import warnings during BioSimulator installation #15

Closed oliviaAB closed 5 years ago

oliviaAB commented 5 years ago

Hi, When I'm installing BioSimulator, I get the following warnings:

WARNING: could not import Base.start into BioSimulator
WARNING: could not import Base.done into BioSimulator
WARNING: could not import Base.next into BioSimulator

This must be because the three functions have been replaced in the new iteration interface with the function iterate(). It does not seem to affect the simulations so far, but I guess it could be problematic in certain situations. Is it possible to remove the import to these functions to avoid the warnings?

Thanks!

alanderos91 commented 5 years ago

Closed by #16