Time extension Debian Trixie not loading

Greetings,

New install of NetLogo 7.0.3 on Debian Trixie into ~/apps/NetLogo 7.0.3/

Moved directories in ~/apps/NetLogo 7.0.3/extensions/.bundled to ~/apps/NetLogo 7.0.3/extensions/ since let time-series time:ts-load "time-series-data.csv" fails in a simple model with error: Nothing named TIME:TS-LOAD has been defined

Same error if the time: prefix is not used.

Here is a minimal example that fails. It appears there is an issue with time extension ts-load as create does work.

ERROR:

Hi Joseph,

The time series functionality is not provided with the time extension itself, but rather as a separate source file that you can include in your model. Here’s the link to the instructions for using it: GitHub - NetLogo/Time-Extension: A NetLogo extension that brings date/time utilities and discrete event scheduling to NetLogo. Let us know if you have any trouble including it in your model, or if anything doesn’t work as expected!

Isaac B.

Thank you Isaac.

It seems time-series.nls is included in the 7.0.3 distribution vis: NetLogo 7.0.3/extensions/.bundled/time/time-series.nls . Adding this works:

Thank you!

1 Like