On macOS importing certain BeamMe functionality takes a long time.
Take for example the following import
from beamme.four_c.input_file import InputFile
takes about 2 seconds.
This can be further analysed with
python -X importtime -c "from beamme.four_c.input_file import InputFile" 2> import.log
On Linux this issue does not seem to exist.
See also ##578
On macOS importing certain BeamMe functionality takes a long time.
Take for example the following import
takes about 2 seconds.
This can be further analysed with
On Linux this issue does not seem to exist.
See also ##578