You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I generate some points, I cannot get information using stk-pts-info.
BTW without the "-b" option on samplers, I expected to get a ascii point file but I got a binary one.
bash-3.2$ ./stk-sampler-stratifiedT2 -o strat.dat
0.0011173 sec, 4096 pts
1 point set generated
bash-3.2$ ./stk-pts-info -i strat.dat
libc++abi.dylib: terminating with uncaught exception of type stk::exception::Message: Unknown pts version
file : /Users/davidcoeurjolly/Sources/stk/src/stk/io/pointset.hpp
func : void stk::io::PointSetInputStream<2, double, double>::readHeader() [DIM = 2, POS = double, VAL_OLD = double]
line : 117
header = ts3
filename = strat.dat
Abort trap: 6
The text was updated successfully, but these errors were encountered:
When I generate some points, I cannot get information using stk-pts-info.
BTW without the "-b" option on samplers, I expected to get a ascii point file but I got a binary one.
The text was updated successfully, but these errors were encountered: