fumitoh / modelx

Use Python like a spreadsheet!

Home Page:https://modelx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bool ref serialization issue

alexeybaran opened this issue · comments

import modelx as mx
m = mx.new_model(); s = mx.new_space()
s.a = False
mx.write_model(m, 'm')
m2 = mx.read_model('m')