equinor / subscript

Equinor's collection of subsurface reservoir modelling scripts
https://equinor.github.io/subscript/
GNU General Public License v3.0
15 stars 34 forks source link

bjobsusers trigger warning on Py311/Pandas2 #758

Open berland opened 2 weeks ago

berland commented 2 weeks ago

With Pandas 2, running bjobsusers will emit the following warning to the user:

/private/xxxxxxxs/subscript/src/subscript/bjobsusers/bjobsusers.py:146: FutureWarning: Series.__getitem__ treating
keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with Dat
aFrame behavior). To access a value by position, use `ser.iloc[pos]`